Skip to content

hascode/neo4j-stored-procedures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Neo4j Stored Procedures Tutorial

A simple demonstration of extending Neo4j's capabilities by writing custom stored procedures.

Running the Tests with Maven

The tests may be run with Maven using the following command:

mvn test

Running with Docker

Use the following command to build the stored procedures and run them with Docker:

mvn clean package -Dmaven.test.skip=true && \
mkdir target/plugintmp && \      
cp target/neo4j-stored-procedures-1.0.0.jar target/plugintmp && \
docker run -td --rm -v $PWD/target/plugintmp:/plugins -p 7474:7474 -p 7687:7687 neo4j:3.3.2

Please feel free to read the detailed tutorial on my blog: "Implementing, Testing and Running Stored Procedures for Neo4j".


2018 Micha Kops / hasCode.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages