Discover Neo4j AuraDB Free –  Week 24:  NYTimes Article Knowledge Graph

News is much more than just the articles you see on the front pages. A lot of the detail is hidden behind metadata that’s not immediately visible. Today we want to look behind the scenes, using the NYTimes API to access some of the article metadata. 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 →