Neo4J, killed the hacker in me.

Every since killing Mongo, I knew that I’ll eventually have to look into alternatives (Neo4J) that models information into an ad-hoc graph database.

SQL is dead, we all know that, but playing with a such cutting-edge software, means there’s little documentation, and fewer people that actually use it.

There’s pros and cons: A pro is that a business built on this platform means I’m the only one on the planet doing this type of work. A con is that I’m the only one on the planet doing this type of work.

This means I’m back to my original fuck-mathematica problem. I’m writting all code, from scratch, a-fucking-gehn. Hackers glue scripts together, that’s what I like doing… Now I’m back to being a monkey.

Well lets see what we can salvage.

On an OSX BASH BOX,

brew install neo4j #Actual DB

gem i neography #Ruby wrapper

more later…