Neo4j: 0.2.0
Better support for traversal, traversing several relationships types at the same time.
Closed Tickets
-
✔ #18
RelationTraverser should return Nodes instead of relationshipsno tags ✓invalid -
✔ #14
RelationTraverser should use the Traverser APIno tags ✓invalid -
✔ #17
RelationTraverser should allow to filter which nodes to returnno tags ✓resolved -
✔ #16
RelationTraverser should allow to traverse any number of relationship typesno tags ✓resolved -
✔ #15
NodeTraverser should allow to traverse any depthno tags ✓resolved -
✔ #13
Support for traversal of any depthno tags ✓resolved -
✔ #19
NodeMixin should have a method for traversing nodesno tags ✓resolved -
✔ #20
RSpecs to fails somtimes depending on timezonebug ✓resolved -
✔ #21
Correct RSpecs should not print stacktracesno 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