Apollo server can be setup with subscriptions from 'subscriptions-transport-ws'React offers the useSubscription hookApollo client offers the WebSocket LinkNeo4j 4.X offers reactive sessionsGoogle pubsub can be used to handle subscriptions in a multi-...
I'm trying to figure out a good way to set up authentication and authorization on my GRANDstack setup.
I do not want to tie my roles/scope logic to firebase. What if I want to query all staff members from the client? It looks like I'd have to query f...
I would like to setup the NEo4j Enterprise Causal Cluster within my existing Kubernetes cluster, and found out about the GCP marketplace app.
Looking at the registry, I see that the latest image was v3.5 pushed in December 2019.
Where should I reques...
Hi there,
I'm a senior full-stack web application engineer, currently CTO of Miraidenshi, a small company located in Osaka.
Outside work, I'm a triathlete and tridad.
We're planning to build the platform version of our service (match-making tool betw...
Hi there,
How do you handle internationalization and localization on your applications?
Their documentation describes a custom intl directive, but they aren't sharing the code of the translate() method in question.
This StackOverflow thread suggests ...
@ilyafish once I verify the user's firebase id, I save that as my neo4j user id.
I then use the jsonwebtoken library to sign a new jwt including my user's roles, and set it in the user's request header.
On each request, I decode the jwt with the serv...
Cobra:
It looks like that now you can store homogeneous type lists
@bill.dickenson @Cobra where have you seen that?
When checking the 4.2 documentation, it says:
Cannot be stored as properties
EDIT: how, my bad... I've now found it in "Prope...
I might have found a simpler solution.
Server updates the User.isOnline value in the db on subscriptions.onConnect and onDisconnect (I suppose the driver's asynchronous session is fine, no need for the reactive one).Client calls useLazyQuery to get a...
Thanks for the reply. Docker-compose already does host mapping, so my issue is different, sorry for posting in the wrong place. I created an issue at https://github.com/neo4j/docker-neo4j/issues/267
@Layvier, could you solve your issue ?
I'm also unable to connect to my neo4j container from another container, while I have no issues connecting to the same neo4j container from my system cypher-shell or neo4j desktop.
---
version: '3.8'
services...