This gem provides a set of jar files of the Neo4j Graph Database.
To use it: require 'neo4j-community'
It does also include test jars (neo4j impermanent db) which are loaded by Neo4j::Community.load_test_jars!
- cd neo4j-community
- 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-community-VERSION to tmp
- rake upgrade
- edit the lib/neo4j-community/version file
- rake build
There should now be a gem file available in the pkg folder. gem install pkg/neo4j-community-VERSION-java.gem
This gem is MIT licensed.
However the jars included are licensed by Neo4j.