https://github.com/neo4jrb/neo4j-enterprise
https://github.com/neo4jrb/neo4j-enterprise
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/neo4jrb/neo4j-enterprise
- Owner: neo4jrb
- Created: 2012-01-09T11:09:23.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-08-27T10:23:17.000Z (over 9 years ago)
- Last Synced: 2024-09-24T12:05:43.777Z (7 months ago)
- Language: Ruby
- Homepage:
- Size: 116 MB
- Stars: 2
- Watchers: 4
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this 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-enterprise'`
It can be used directly but the intention is to use it with [neo4j.rb](https://github.com/andreasronge/neo4j).
How to Release
==================================================1. cd neo4j-enterprise
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-enterprise-VERSION to tmp
7. rake upgrade
8. edit the lib/neo4j-enterprise/version file
9. rake buildThere should now be a gem file available in the pkg folder.
gem install pkg/neo4j-enterprise-VERSION-java.gemLicense
==================================================This gem is MIT licensed.
However the jars included are licensed by [Neo4j](http://neo4j.orb).