Skip Menu |

This queue is for tickets about the REST-Neo4p CPAN distribution.

Report information
The Basics
Id: 80441
Status: resolved
Priority: 0/
Queue: REST-Neo4p

People
Owner: maj.fortinbras [...] gmail.com
Requestors: joseph.guhlin [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: 0.3003



Subject: Implement Streaming Rest Client
It'd be nice for this API to support, even as an option, the streaming REST interface. http://docs.neo4j.org/chunked/milestone/rest-api-streaming.html It's still experimental but will be used more often in the future: http://docs.neo4j.org/chunked/milestone/rest-api-streaming.html http://jexp.de/blog/2012/04/on-streaming-cypher/ Not sure if it can be done yet, but would be nice to have support. If libwww doesn't support it then I believe Mojo::UA does.
Joseph, If you're still interested, please try the latest release of REST::Neo4p (v0.3003). This has a true streaming implementation; I would really appreciate some feedback on its performance now under the loads you had been using. cheers MAJ On Sat Oct 27 18:56:32 2012, jguhlin wrote: Show quoted text
> It'd be nice for this API to support, even as an option, the streaming > REST interface. > > http://docs.neo4j.org/chunked/milestone/rest-api-streaming.html > > It's still experimental but will be used more often in the future: > http://docs.neo4j.org/chunked/milestone/rest-api-streaming.html > http://jexp.de/blog/2012/04/on-streaming-cypher/ > > Not sure if it can be done yet, but would be nice to have support. If > libwww doesn't support it then I believe Mojo::UA does.