Changeset [2d54fb8bae6ac2df97d8af51f8a527194650f815] by andreas
February 19th, 2010 @ 08:10 PM
BatchInserter can now be used in migrations [#111]
[#108]
http://github.com/andreasronge/neo4j/commit/2d54fb8bae6ac2df97d8af5...
Committed by andreas
- M lib/neo4j/batch_inserter.rb
- M lib/neo4j/mixins/migration_mixin.rb
- M lib/neo4j/neo.rb
- M lib/neo4j/transaction.rb
- M test/neo4j/batch_inserter_spec.rb
- M test/neo4j/migration_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