Build intelligent applications faster and easier with native graph performance, flexible schema-optional data models, and intuitive join-free queries.
Eliminating joins, finding hidden connections – these are just a couple reasons why using Neo4j makes building modern apps easier.
Graphs are the solution when relationships between data items
are as important as the data items themselves.
Cypher is a declarative open query language that allows for expressive and efficient queries in a property graph. Originally built by Neo4j, Cypher is easy-to-learn and the widely adopted standard
graph query language of developers worldwide.
Learn more about Cypher
MATCH (j:Person)-[r:LIKES]-(tech:Technology)-[r2:LIKES]-(p:Person)
WHERE j.name='Jennifer' AND tech.type='Graphs'
RETURN p.name;
Want in on the latest and greatest? Our weekly developer-focused newsletter showcases what's emerging with the next-gen of graph applications.