Tag Archives: Data

Cypher Support in Py2neo 1.2

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 [...]

The Ups and Downs of Alice and Bob

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

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 [...]

Choosing a Web Analytics Provider – Part 2 Service Considerations

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. [...]

Cypher & GEOFF

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 [...]

Py2neo and Me

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 [...]

Tab Separated JSON

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 …