Skip to content
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

Transactional HTTP endpoint / Batch operations support #142

Closed
krishnashetty0 opened this issue Oct 28, 2014 · 2 comments
Closed

Transactional HTTP endpoint / Batch operations support #142

krishnashetty0 opened this issue Oct 28, 2014 · 2 comments

Comments

@krishnashetty0
Copy link

Sorry, I am bit confused on this.
Is it possible to do transactional HTTP endpoint or batch operations as described in below links?
http://neo4j.com/docs/2.0.4/rest-api-transactional.html
http://neo4j.com/docs/2.0.4/rest-api-batch-ops.html

Thanks

@aseemk
Copy link
Member

aseemk commented Nov 3, 2014

Hi @krishnashetty0, not yet!

But — there is another Node.js driver called cypher-stream which does just Cypher queries, and it recently added support for transactions.

I just had a great chat the author @brian-gates last week at GraphConnect, and we agreed it'd make a lot of sense for node-neo4j to use/wrap cypher-stream now to get this functionality.

I'm going to open an issue shortly for achieving this in the context of a general 2.0 redesign (#143).

@aseemk
Copy link
Member

aseemk commented Nov 7, 2014

Whoops, this is a dupe of #111. Subscribe to that one for updates, @krishnashetty0.

Good news though — this is getting tackled in the currently ongoing v2 redesign!

Issue: #143 / PR: #145
WIP docs: https://github.com/thingdom/node-neo4j/blob/v2/API_v2.md

@aseemk aseemk closed this as completed Nov 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants