Neo4j: 0.4.1
Migrations ?
Chained Filtering of nodes and relationships ?
(@movie.actors{salary > 100000).agent{:name ==
'james'}.movies.each { ...})
Closed Tickets
-
✔ #110
Neo4j::Relationship.new should take a hash of propertiesno tags ✓resolved -
✔ #106
has_one should replace old relationshipno tags ✓resolved -
✔ #108
Migrationsno tags ✓resolved -
✔ #111
BatchInserterno tags ✓resolved -
✔ #112
Indexed properties problem on extented ruby classescritical properties indexer ✓resolved -
✔ #113
Using custom accessors for NodeMixin#updateno tags ✓resolved -
✔ #114
Upgrade to neo4j-1.0no tags ✓resolved
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