https://github.com/jexp/ha-test-plugin
ha-test-plugin
https://github.com/jexp/ha-test-plugin
Last synced: over 1 year ago
JSON representation
ha-test-plugin
- Host: GitHub
- URL: https://github.com/jexp/ha-test-plugin
- Owner: jexp
- Created: 2012-02-02T11:21:53.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-02-03T14:12:00.000Z (over 14 years ago)
- Last Synced: 2025-02-10T08:30:44.415Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 277 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.txt
Awesome Lists containing this project
README
// it needs to have a copy of neo4j-enterprise-1.5.1 in its root directory (for libs)
curl -O http://dist.neo4j.org/neo4j-advanced-1.6.M01-unix.tar.gz
tar xzf neo4j-advanced-1.6.M01-unix.tar.gz
// build and run
ant
cp ha-test.jar neo4j-enterprise-1.5.1/plugins/
neo4j-enterprise-1.5.1/bin/neo4j restart
curl -H Content-Type:application/json -d '{"start":0, "count":1000, "rels": 100}' http://localhost:7474/db/data/ext/HaTestPlugin/graphdb/create_graph