-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
neo4j Websocket support #133
Comments
Bump |
+1 |
Pretty interesting; I didn't know of this. Pull requests welcome! |
There's also https://github.com/jexp/cypher_websocket_endpoint, which I tried but ran into jexp/cypher_websocket_endpoint#1. If anyone is able to get it working, I'd love to experiment implementing it in https://github.com/brian-gates/cypher-stream. |
+1 |
brikteknologier/seraph already can stream Cypher/results. |
@kai brikteknologier/seraph https://github.com/brikteknologier/seraph seems 2015-03-04 16:26 GMT+01:00 Kai Dorschner [email protected]:
Sébastien Heymann, PhD |
If you mean streaming cypher by sending and receiving chunks, no it doesn't. It seems and receives atomic queries and results through one pipeline. As much as you want. Asynchronously. |
Just an enhancement suggestion. As https://github.com/neo4j-contrib/streaming-cypher points out neo4j can be accessed through websockets. It'd be awesome to make use of this performance boost via node.
Any thoughts on this?
The text was updated successfully, but these errors were encountered: