Neo4j + cypher
Hey folks! Relational databases are great, but they struggle when your data is highly connected — think social networks, recommendation engines, or knowledge graphs. Neo4j is a graph database that models relationships as first-class citizens. In this post we cover Neo4j and the Cypher query language so you can think in graphs instead of tables. … Read more