[Neo4j] Using the Neo4j Server with Ruby

2010-11-24 Thread Craig Taverner
Hi, With all the discussions going on right now around Neography and using Ruby to access the REST API, I decided to add a new wiki page on the Neo4j wiki called 'Using the Neo4j Server with Rubyhttp://wiki.neo4j.org/content/Using_the_Neo4j_Server_with_Ruby'. The name parallels the related 'Using

Re: [Neo4j] Using the Neo4j Server with Ruby

2010-11-24 Thread Andreas Ronge
Well done ! Neo4j.rb actually has 3 different API:s 1. Neo4j::Node and Neo4j::Relationship - basic wrapper around java node, property and relationship. This API could use the rest server. 2. Neo4j::NodeMixin a mapper to Ruby classes with some additions like lucene indexing and rules. 3.