Neo4j: 0.3.0
REST support. Extensions - a more modular design of neo4j.rb Make Reference Node include the Neo4j::NodeMixin like other mixins Experimental support for Replication
Closed Tickets
-
✔ #32
Make the ReferenceNode include Neo4j::NodeMixinno tags ✓ resolved -
✔ #33
Use new version of neo4j java jarno tags ✓ resolved -
✔ #31
Bug: Indexing relationships does not workbug ✓ resolved -
✔ #25
Setting Float properties fails under JRuby1.2.0bug ✓ resolved -
✔ #34
The NodeMixin should behave like a hashno tags ✓ resolved -
✔ #36
Add an event handler for create/delete nodesno tags ✓ resolved -
✔ #37
Use new neo4j: neo-1.0-b8no tags ✓ invalid -
✔ #38
Impl empty? and first on relationshipsno tags ✓ resolved -
✔ #39
Support list topologyno tags ✓ resolved -
✔ #40
Should be possible to add relationships without declaring themno tags ✓ resolved -
✔ #42
Neo4j should track node changesno tags ✓ resolved -
✔ #43
Neo4j extensions file structureno tags ✓ resolved -
✔ #41
Should be easy to return the first item traversed in RelationTraversalno tags ✓ resolved -
✔ #29
Rename relation to relationshipno tags ✓ resolved -
✔ #44
Auto Transaction should be optionalno tags ✓ resolved -
✔ #45
RESTful support for lucene queries, sorting and pagingno tags ✓ resolved -
✔ #27
RESTful support for Relationshipsno tags ✓ resolved -
✔ #26
RESTful support for Node and propertiesno tags ✓ resolved -
✔ #47
RESTful Node representation should contain hyperlinks to relationshipsno tags ✓ resolved -
✔ #49
Clustering Replication Master-Slaveno 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