Neo4j: 0.4.0
Major Refactoring and performance improvement.
Will extend the java API (org.neo4j.api.Node and
org.neo4j.api.relationships) so that it is not always needed to
create a new ruby instance.
All internal properties should be prefixed with '_'
Closed Tickets
-
✔ #92
has_one...from using the wrong has_n...tono tags ✓resolved -
✔ #97
Performance/Refactoring: Extend Java Classesno tags ✓resolved -
✔ #98
Neo4j#init_node method should take one or more argsno tags ✓resolved -
✔ #99
Neo4j::NodeMixin and Neo4j::Node should allow a hash for initializationno tags ✓resolved -
✔ #100
Upgrade to neo4j-1.0 rcno tags ✓resolved -
✔ #102
Remove the traverse methodno tags ✓invalid -
✔ #103
Neo4j::Relationship.newno tags ✓resolved -
✔ #104
Access declared/prefixed relationships for has_n and has_oneno tags ✓resolved -
✔ #91
Support for Index and Declaration of Properties on Relationshipsno tags ✓resolved -
✔ #105
All internal properties should be prefix with a '_'no 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