Happy !

MasashiUmezawa / Neo4reSt

Project infos

License MIT
Tags protocol, neo4j, client, persistency
Creation date 2013-01-26
Website

Monticello registration

About Neo4reSt

Neo4reSt is a rest client of Neo4j graph database. (http://neo4j.org/)

Neo4reSt will provide:

  • Raw rest client
  • Wrapper client which handles JSON well
  • Object level wrapper classes (Node, Relationship, Property)

Moving from SS3. Older code is there.(http://ss3.gemstone.com/ss/Neo4reSt/)

A short presentation on Smalltalkers meeting in Tokyo 2011 December.

Note: Since Neo4j 2.x REST API requires authentication, you should set N4Settings>>useAuthentication to true, and set username/password by N4Settings>>username&password.