0.01
No commit activity in last 3 years
No release in over 3 years
The Java Jar files for the Neo4j Advanced edition, adding advanced monitoring – licensed under the AGPL, see http://neo4j.org/licensing-guide/
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
 Project Readme

JAR files for the neo4j Graph Database

This gem provides a set of jar files of the Neo4j Graph Database.

To use it: require 'neo4j-advanced'

It can be used directly but the intention is to use it with neo4j.rb.

How to Release

  1. cd neo4j-advanced
  2. git clean -df # make sure there are no local file
  3. rm -rf tmp # make sure old tar file is deleted
  4. mkdir tmp
  5. Download tar/gz file from http://neo4j.org/download
  6. cp ~/Download/neo4j-advanced-VERSION to tmp
  7. rake upgrade
  8. edit the lib/neo4j-advanced/version file
  9. rake build

There should now be a gem file available in the pkg folder. gem install pkg/neo4j-advanced-VERSION-java.gem

License

This gem is MIT licensed.

However the jars included are licensed by Neo4j.