Sha256: e9613ec4a7ec670280536ae838a7542894aa6d98b8fe38d4080f5f3ff628a13f

Contents?: true

Size: 835 Bytes

Versions: 1

Compression:

Stored size: 835 Bytes

Contents

This gem only contains the JRuby mapping of the Neo4j graph database.
The neo4j.rb gem will be split up into two gems, neo4j-core and neo4j.
This gem will be included by neo4j 2.0.0 gem (if successful).

Changes from the neo4j.rb
* Use of YARD instead of RDoc
* Some tidy up of the API and code (e.g. Neo4j::Node#rels methods)
* Change of Ruby module structure.
* More RSpecs and more use of mocking combined with real testing of the Java layer
* Make sure that we retrieve relationships and nodes lazy if possible.

This gem contains two modules: Neo4j and Neo4j::Core
The Neo4j modules are public and the Neo4j::Core(::*) are private modules

== The public API

{Neo4j::Node} The Java Neo4j Node

{Neo4j::Relationship} The Java Relationship

{Neo4j} The Database

== Not Impemented Yet

Neo4j::Node#outgoing, #incoming, #both methods

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
neo4j-core-2.0.0.alpha.1-java README.rdoc