Skip to content

jexp/neo4j-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A JVM based Management Library for Testing against Neo4j Instances

Currently works only under Unix / OSX

  1. Should work for Neo4j versions 1.9+

  2. Download specfic versions into a configurable directory, by default temp-dir or $HOME/.neo4j

  3. Determine free ports to run Neo4j on

  4. Extract and configure an insstance for that port / db-directory / etc.

  5. Configure port(s), memory (heap, page-cache), (di)sable shell, disable backup

  6. Start, Stop, Restart, Clean-DB, Remove an instance

  7. Provide fixtures: cypher-file, db-directory, cypher-statements

    • try to mimic the API of neo4j-harness*, esp. ServerControls and Neo4jRule

License

Apache License 2.0

To be used with

  • Spring Boot

  • Apache Flink

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages