Neo4j: 0.1
Adding support for * marshaling of other any types to Neo * lucene Date indexing * feedback and bugs from user using Neo4j.rb Also create a new github project with a demo of rails/neo4j.rb
Closed Tickets
-
✔ #1
Create a Rails App Exampleno tags ✓hold -
✔ #2
Lucene should index Ruby Date objectsno tags ✓resolved -
✔ #3
Marshall Neo4j properties of any typeno tags ✓resolved -
✔ #9
Native neo4j array propertiesno tags ✓invalid -
✔ #10
Setting a property to null should remove that propertyno tags ✓resolved -
✔ #11
Change name of method properties to propertyno tags ✓resolved -
✔ #4
Generate YARD documentationno 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