The APOC Spring Release
By Michael Hunger, Developer Relations
April 3, 2017 4 mins read
Since version 3.0 you can extend Neo4j with user defined procedures, functions and going forward also aggregate functions. About a year ago during the 3.0 milestone phase, I started to work on the first set of graph refactoring procedures. These… Read more →
Explore: APOC auto indexing Gephi import data load json New Release recommendation algorithm stack overflow user-defined procedures
Cypher: LOAD JSON from URL AS Data
By Michael Hunger, Developer Relations
July 29, 2015 7 mins read
Update: Much of this got much easier today with user defined procedures, like apoc.load.json, which add this kind of capability to Cypher directly. Neo4j’s query language Cypher supports loading data from CSV directly but not from JSON files or URLs.… Read more →
Explore: bash Cypher Query java javascript json load json neo4j python ruby stack overflow