https://github.com/jexp/neo4j-starter
https://github.com/jexp/neo4j-starter
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jexp/neo4j-starter
- Owner: jexp
- License: apache-2.0
- Created: 2015-11-05T13:29:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-09T16:54:02.000Z (over 10 years ago)
- Last Synced: 2025-09-25T05:47:32.822Z (10 months ago)
- Language: Java
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.adoc
- License: LICENSE.txt
Awesome Lists containing this project
README
== A JVM based Management Library for Testing against Neo4j Instances
*Currently works only under Unix / OSX*
. Should work for Neo4j versions 1.9+
. Download specfic versions into a configurable directory, by default temp-dir or $HOME/.neo4j
. Determine free ports to run Neo4j on
. Extract and configure an insstance for that port / db-directory / etc.
. Configure port(s), memory (heap, page-cache), (di)sable shell, disable backup
. Start, Stop, Restart, Clean-DB, Remove an instance
. Provide fixtures: cypher-file, db-directory, cypher-statements
* try to mimic the API of http://neo4j.com/docs/stable/server-unmanaged-extensions-testing.html[neo4j-harness]*, esp. `ServerControls` and `Neo4jRule`
== License
Apache License 2.0
== To be used with
* Spring Boot
* Apache Flink