Changeset [05be16b9752a90d45d5d2bb9a382a22b649315fd] by Andreas Ronge
January 23rd, 2012 @ 10:36 AM
Fix of BatchInserter bug, closes #139
https://github.com/andreasronge/neo4j/commit/05be16b9752a90d45d5d2b...
Committed by Andreas Ronge
- M lib/neo4j.rb
- M lib/neo4j/batch/inserter.rb
- M spec/batch/inserter_spec.rb
- M spec/spec_helper.rb
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