Neo4j: 0.3.2
Closed Tickets
-
✔ #62
RestMixin traversal should support all parameterno tags ✓resolved -
✔ #60
using rest_mixin kills performanceno tags ✓resolved -
✔ #63
Support for reading none neo4jrb databasesno tags ✓resolved -
✔ #65
Support for Aggregating Nodeno tags ✓resolved -
✔ #66
The relationships method should have an filter methodno tags ✓resolved -
✔ #67
DynamicAccessors should be removedno tags ✓resolved -
✔ #68
User Neo4j jar version 1.0-b9no tags ✓resolved -
✔ #69
Should impl Neo4j.all_nodesno tags ✓resolved -
✔ #70
GraphAlgo: Impl org.neo4j.graphalgo.AllSimplePathno tags ✓resolved -
✔ #71
Impl Traversal with TraversalPosition - node.traverse...each_with_positionno 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