An open API service indexing awesome lists of open source software.

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

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