neo4j-core
neo4j-core copied to clipboard
Remote legacy Cypher endpoint, switch to Transactional cypher endpoint
The endpoint we use for most communication has been deprecated. http://neo4j.com/docs/stable/rest-api-cypher.html.
We should perform all requests against the Transactional Endpoint. We already have the code in place to interpret the responses, we just need to use this by default.
@subvertallchris Has this been done?
Not at all. It might be a little tricky, I might be able to poke at it tomorrow. Not even sure how necessary it is or if it will be good for performance. I don't get the sense that removing the legacy endpoint is high on their priorities list.
On Thursday, September 10, 2015, Brian Underwood [email protected] wrote:
@subvertallchris https://github.com/subvertallchris Has this been done?
— Reply to this email directly or view it on GitHub https://github.com/neo4jrb/neo4j-core/issues/123#issuecomment-139400928.
No rush! ;) It was just so old I thought I would check