Changeset [e86e250a2d4cb0debb7a3631c16341341b0be11f] by andreas
March 3rd, 2010 @ 12:01 AM
Updated IMDB example to use migrations. Updated som
documentation. [#111 state:resolved] [#108
state:resolved]
http://github.com/andreasronge/neo4j/commit/e86e250a2d4cb0debb7a363...
Committed by andreas
- A examples/imdb/1_create_neo_db.rb
- A examples/imdb/2_index_db.rb
- R examples/imdb/create_neo_db.rb
- M README.rdoc
- M examples/imdb/README
- M examples/imdb/find_actors.rb
- M examples/imdb/model.rb
- M lib/lucene/config.rb
- M lib/lucene/index.rb
- M lib/neo4j/indexer.rb
- M lib/neo4j/mixins/java_property_mixin.rb
- M lib/neo4j/mixins/migration_mixin.rb
- M 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