Neo4j: 1.0.0
Closed Tickets
-
✔ #143
Access to Monitoringno tags ✓resolved -
✔ #144
Fix the neo4j-shell scriptno tags ✓resolved -
✔ #145
Add doc/guide about monitoring and HAno tags ✓resolved -
✔ #146
Support update_attributes with Date,DateTime and Timeno tags ✓resolved -
✔ #147
Lucene tries to create an invalid directory on windowsno tags ✓resolved -
✔ #148
Upgrade to Neo4j 1.3.M2no tags ✓resolved -
✔ #149
Enable Online Backupno tags ✓resolved -
✔ #150
Add a script for copying the jar files needed by trinidadno tags ✓resolved -
✔ #151
error when indexing w/ inheritancebug ✓resolved -
✔ #152
Index not working on a typed attributeno 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