Neo4j Ops Manager and Spring Data Neo4j

In the last week of June 2022, Neo4j Ops Manager (NOM) was released. My colleague Chris Shelmerdine published a great post with many insights into functionality but also into technical details about how NOM is built: Introducing Neo4j Ops Manager: The Tool You Need to Boost Your Ops Team’s Productivity. Read more →


Let’s Write a Stored Procedure in Neo4j – Part I

Neo4j offers two main ways of querying a graph – through the Cypher query language and via a Java API. A solid model and well-designed Cypher query is sufficient in the majority of cases, but for those cases where we want the finest level of control, the Java API provides a powerful and intuitive interface. Read more →