Adrián Pino
Adrián Pino
It would be great to have the ability to connect to causal clusters. Here's the [Python](https://github.com/neo4j/neo4j-python-driver/blob/2b1495bc58fd98a1fd311e5ab4bd1547da28df57/neo4j/v1/routing.py#L446) implementation. This issue It's similar, but not the same as #24 (since they are...
Hi folks, adding this as an empty issue as I believe it's not a bug, but a feature :smile: We've got our DBT deployment configured so that each developer has...
Azure provides a graph "flavoured" version of their CosmosDB. There is a little quickstart [here](https://docs.microsoft.com/en-us/azure/cosmos-db/create-graph-python). They expose a `gremlin` endpoint, i.e. the websocket connection, some info [here](https://docs.microsoft.com/en-us/azure/cosmos-db/create-graph-python#update-your-connection-information). The problem I'm...
I have been looking at the configuration of the `statefulset.yaml` and I was wondering: ``` securityContext: privileged: true ``` is this required for some Neo4j-related issue? Why is this required?...
I am attempting to run the example and when reading data from the websocket I get the following error: ``` level=error time=2018-05-17T21:12:47.556428787Z caller=service_websocket.go:35 wsRead="websocket: close 1008 (policy violation): {\"code\":-1,\"msg\":\"Illegal format...