Ruby
From Neo4j Wiki
[edit] Neo4j.rb
Neo4j.rb is a graph database framework for JRuby built on top of the Neo4j Java library. It supports creating RESTful APIs, see the GitHub page.
- @github by Andreas Ronge
- @rubyforge
- mailinglist
- Rails example @github
- presentation slides from RubyManor 2008
[edit] neo4jr-simple
A simple, ready to go JRuby wrapper for the Neo4j graph database engine.
- neo4jr-simple by Matthew Deiters
- neo4jr-simple at gemcutter
- neo4jr-social by Matthew Deiters. Neo4jr-Social is a self contained HTTP REST + JSON interface to the graph database Neo4j. Neo4jr-Social supports simple dynamic node creation, building relationships between nodes and also includes a few common social networking queries out of the box.
[edit] neo4jr_gen
neo4jr_gen is a Rails plugin that provides generators for creating neo4jr based resource scaffolds.

