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 [...]
Having made a number of changes to the GEOFF syntax earlier this week, what better way to illustrate some of the new features than via an obscure and pitifully contrived short story… sit back and enjoy! 123456789101112131415161718192021222324252627282930313233343536373839404142434445# The Ups and [...]
GEOFF Evolved
19 December 2011 – 3:43 pm
As some of you will know, I have recently been putting together a file format called GEOFF. For those unfamiliar with this format, it is a simple textual format designed for storage and transmission of graph data and inherits some [...]
This is part 2 in a series of blog posts on Choosing a Web Analytics Provider – part one is here. Since Web Analytics has emerged vendors have offered their products in multiple delivery models and with multiple different pricing options. [...]
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, Database, Geeky, GEOFF, JSON, Neo4j, Open Source, Py2neo, Python, SQL
|
Py2neo and Me
1 September 2011 – 12:22 pm
It’s been about two months since I began the py2neo project so I thought it was about time I wrote an article on what I’ve been up to. For those who aren’t aware of the purpose of py2neo, it’s a [...]
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 …