Better Know APOC #4 : apoc.coll.sort*

By Charlotte

Neo4j.Version 3.3.4 APOC Version 3.3.0.2 If you haven’t already, please have a look at the intro post to this series, it’ll cover stuff which I’m not going to go into on this. OK, ‘apoc.coll’ has 43 (that’s right – 43) functions and procedures, but I’m only going to cover the ‘sort’ ones for this post – why?…

Better Know APOC #3 : apoc.date.parse & format

By Charlotte

  Neo4j.Version 3.0.0 APOC Version 3.3.0.1 If you haven’t already, please have a look at the intro post to this series, it’ll cover stuff which I’m not going to go into on this. Dates! For some reason people keep on wanting to keep track of dates (and indeed times) in their systems. Neo4j for a…

Better Know APOC #2: apoc.graph.fromDB

By Charlotte

Neo4j.Version 3.0.0 APOC Version 3.3.0.1 If you haven’t already, please have a look at the intro post to this series, it’ll cover stuff which I’m not going to go into on this. Back at the beginning of this series (if you can remember that far!) I talked about using apoc.export.csv.* – and I showed that…

Better Know APOC #1: apoc.export.csv.*

By Charlotte

Neo4j Version 3.3.0 APOC Version 3.3.0.1 If you haven’t already, please have a look at the intro post to this series, it’ll cover stuff which I’m not going to go into on this. We’re going to start with the Export functions – in particular exporting to CSV, mainly as people have asked about it –…

Better Know APOC #0: Introduction

By Charlotte

As all developers in good languages know – arrays and blog series start at 0, not 1 (sorry VB developers) so this is the introductory post to the upcoming series about APOC and it’s procedures etc. What is APOC? APOC stands for Awesome Procedures On Cypher – and is a large collection of community functions…