Fork me on GitHub

share what you know...

Neo4j for Ruby on Rails
5 November 2010 · · · ·

"Neo4j is a graph database. It is an embedded, disk-based, fully transactional Java persistence engine that stores data structured in graphs rather than in tables. A graph (mathematical lingo for a network) is a flexible data structure that allows a more agile and rapid style of development."

Neo4j allows you to map objects to nodes and relations, that is a more natural fit than mapping them to relational tables. Modeling with elements of a graph is substantially faster for semi­structured data (Recall that semi­structured data is data that has few mandatory but many optional attributes).

Neo4j is a powerful graph database/engine that every rails developer should know.

It turns out that I got involved with neo4j evluating a graph-databse for several graph-intensive operations we had to perform over an 8million vertices/100million edges graph. I decided to give a talk in the Spanish Rails Confenrence 2010 about Neo4j and graph-databases.

The title of my talk was Neo4j for Ruby on Rails

In this talk I cover:

Neo4j for Ruby and Rails
View more presentations from pablete

Watch the video of this talk

Neo4j and Rails - Conferencia Rails 2010 from pablete on Vimeo.

Here are some photos (thanks @valakirka)


my twitter and github pages
my company Webcamole (we make amazing software)