node-neo4j
node-neo4j copied to clipboard
neo4j Websocket support
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?
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 https://github.com/jexp/cypher_websocket_endpoint/issues/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 not able to stream Cypher results, or am I missing something?
2015-03-04 16:26 GMT+01:00 Kai Dorschner [email protected]:
brikteknologier/seraph https://github.com/brikteknologier/seraph already can stream Cypher/results.
— Reply to this email directly or view it on GitHub https://github.com/thingdom/node-neo4j/issues/133#issuecomment-77177916.
Sébastien Heymann, PhD CEO Linkurious phone: +33(0)6 71 81 81 39 skype/hangout: sebastien_heymann http://linkurio.us
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.