node-neo4j icon indicating copy to clipboard operation
node-neo4j copied to clipboard

neo4j Websocket support

Open krnlde opened this issue 11 years ago • 8 comments

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?

krnlde avatar Aug 16 '14 17:08 krnlde

Bump

krnlde avatar Aug 28 '14 11:08 krnlde

+1

julien1441 avatar Sep 07 '14 10:09 julien1441

Pretty interesting; I didn't know of this. Pull requests welcome!

aseemk avatar Sep 30 '14 18:09 aseemk

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.

brian-gates avatar Nov 04 '14 01:11 brian-gates

+1

ghost avatar Mar 04 '15 15:03 ghost

brikteknologier/seraph already can stream Cypher/results.

krnlde avatar Mar 04 '15 15:03 krnlde

@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

sheymann avatar Mar 06 '15 16:03 sheymann

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.

krnlde avatar Mar 11 '15 09:03 krnlde