rusted-cypher
rusted-cypher copied to clipboard
Rust crate for accessing the cypher endpoint of a neo4j server
RedisGraph supports Cypher
@livioribeiro I added this PR to give support for more recent versions of neo4j and updated some of the libraries, including hyper, which requires tokio async
The way that the graph headers is implemented means that the crate is not thread safe. My quick solution is not to connect to neo4j in the main program, but...
Currently tests depend on a neo4j server available at http://neo4j:neo4j@localhost:7474. Tests should use a mock server, so they can run more easily on a CI environment.