Neo4j Apoc 0.5 - Basic Neo4j examples

This is Apoc -- A Package Of Components for Neo4j. The purpose of this package
is to provide an easy-to-get-going distribution of Neo4j graph database and a
handful of commonly used components. It includes the binary jar files for these
components as well as example code that shows basic usage.

Included in this release of Apoc is:

   neo4j-kernel:         the neo4j graph database engine
   neo4j-index:          indexing and data structures
   neo4j-shell:          text command shell for browsing the node space
   neo4j-remote-graphdb: thin layer to enable remote access to a neo4j instance
   
You can run the examples from the Unix and Windows start scripts in the bin/
directory.

You'll find the source code to the examples in the examples/ directory.

The components are found in the lib/ directory.

For documentation, see:

   http://api.neo4j.org/current

and:

   http://components.neo4j.org

Various licenses apply, please refer to the LICENSE and NOTICE files for more
detailed information.
