Cypher has evolved considerably over the past few months. With the introduction of mutating statements and the recent foray into streaming results, it’s an interesting time for Neo4j‘s query language. When I first built py2neo, Cypher support was almost an [...]
I dislike the term “NOSQL”. Not only does it inappropriately attempt to group together a set of quite disparate technologies under one banner but it’s entire purpose is to describe what these technologies don’t do, instead of what they actually [...]
By Nigel Small
|
Posted in Tech
|
Also tagged Coding, Cypher, Data, Database, Geeky, GEOFF, Neo4j, Open Source, Py2neo, Python, SQL
|
Having spent many years now dealing with importing, exporting and generally shuffling data in a variety of different formats, I have landed on a file format which has become my preferred method of doing such work. It’s certainly not a brand new …