Apoc 0.1 - 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:

   neo: the neo4j graph database engine
   index-util: indexing and data structures
   shell: text command shell for browsing the node space
   remote-neo: thin layer to enable remote access to a neo 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.
