Changeset [24fb8ca1436511b8ab2f80c0ae2fc9acd956d165] by Chris Grigg
August 27th, 2014 @ 07:06 PM
release 3.0.0.rc.2
https://github.com/andreasronge/neo4j/commit/24fb8ca1436511b8ab2f80...
Committed by Chris Grigg
- M CHANGELOG
- M lib/neo4j/version.rb
- M neo4j.gemspec
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Neo4j.rb is a graph database framework for JRuby.
It provides:
* Mapping of ruby objects to nodes in networks rather than in tables.
* Storage of ruby object to a file system.
* Fast traversal of relationships between nodes in a hugh node space.
* Transaction with rollbacks support.
* Indexing and quering of ruby objects.
* Integration with Rails