This is an unmanaged extension warming up the database.
-
Build it:
mvn clean package
-
Copy target/warmup-1.0.jar to the plugins/ directory of your Neo4j server.
-
Configure Neo4j by adding a line to conf/neo4j-server.properties:
org.neo4j.server.thirdparty_jaxrs_classes=com.maxdemarzi=/v1
-
Start Neo4j server.
-
Query it over HTTP:
curl http://localhost:7474/v1/service/helloworld curl http://localhost:7474/v1/service/warmup