Changeset [a7cfc094fe01d8060f49cdea50a5b091bf083f37] by andreas
February 13th, 2010 @ 10:47 PM
Started to write a RSpec on how migrations with the
BatchInserter should look like. Not sure about the API. [#108]
http://github.com/andreasronge/neo4j/commit/a7cfc094fe01d8060f49cde...
Committed by andreas
- A test/neo4j/batch_inserter_spec.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