Skip to content
subvertallchris edited this page Oct 3, 2014 · 100 revisions

Neo4j.rb (neo4j gem) is a Ruby wrapper for the Neo4j graph database.
It is a “Drop in” replacement for Rails Active Record.

Content

  • neo4j 3.x – Released September 2014, actively maintained.
  • neo4j 2.x – Legacy, supports Neo4j 1.9 embedded only, no updates since 2013.

Additional Documentation

This gem is tested thoroughly and the specs make great documentation. In particular, see [this](https://github.com/neo4jrb/neo4j/tree/master/spec/e2e) for general examples but everything in https://github.com/neo4jrb/neo4j/tree/master/spec/e2e should be helpful.

Clone this wiki locally