Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
01-28-2021 03:03 AM
Anyone using Rust and Neo4j in application or on production environment?
Or maybe someone have information about official driver for Neo4j in Rust?
Solved! Go to Solution.
01-28-2021 04:00 AM
Hi,
There are no Rust official drivers (only Java, .NET, Python, JavaScript and Go).
Here are the few Rust projects for Neo4j I found so far:
One of the hardest bit of maintaining a driver is to support routing (for Neo4j clusters) and I don't think any of the above projects support that.
You can of course use the Cypher transactional HTTP API instead of Bolt (though a managed service like Aura does not support HTTP yet).
01-28-2021 04:00 AM
Hi,
There are no Rust official drivers (only Java, .NET, Python, JavaScript and Go).
Here are the few Rust projects for Neo4j I found so far:
One of the hardest bit of maintaining a driver is to support routing (for Neo4j clusters) and I don't think any of the above projects support that.
You can of course use the Cypher transactional HTTP API instead of Bolt (though a managed service like Aura does not support HTTP yet).
All the sessions of the conference are now available online