Break free of JVM-imposed limitations by moving the database cache off heap
Smarter Query Planner for faster queries
MATCH (actor:Person) WHERE NOT (actor)-[:ACTED_IN]->(:Movie {released: 1975}) RETURN *
New String Operators in Cypher: START WITH, CONTAINS, ENDS WITH
MATCH (n:Entity) WHERE n.name STARTS WITH "Neo" RETURN n
Returns:
Neo4j, Neo Technology, Neon
Database-enforced schema ensures that specified properties always exist for given nodes and relationships
Fully-supported Neo4j data integration library for the Spring Framework
Up to 100x faster for very large graphs thanks to fast consistency checking