This gem provides a set of jar files of the Neo4j Graph Database.
To use it: require 'neo4j-enterprise'
It can be used directly but the intention is to use it with neo4j.rb.
- cd neo4j-enterprise
- git clean -df # make sure there are no local file
- rm -rf tmp # make sure old tar file is deleted
- mkdir tmp
- Download tar/gz file from http://neo4j.org/download
- cp ~/Download/neo4j-enterprise-VERSION to tmp
- rake upgrade
- edit the lib/neo4j-enterprise/version file
- rake build
There should now be a gem file available in the pkg folder. gem install pkg/neo4j-enterprise-VERSION-java.gem
This gem is MIT licensed.
However the jars included are licensed by Neo4j.