This contains everything to set up a Neo4j server alongside a Webspoon instance
To run Neo4j alongside a WebSpoon instance you can run this:
docker-compose up -d
or the script: runWebspoonNeo4j.sh
- WebSpoon: http://:8080/spoon/spoon
- Carte : http://:8080/spoon/kettle/status (use application spoon in slave server definitions)
- Neo4j : http://:7474, bolt port : 7687, username: neo4j, password: change in docker-compose.yml
You need to have the following installed:
- docker
- docker-compose
- git
- zip / unzip
To build the custom webspoon image with the very latest Kettle plugins installed I use:
build-push-webspoon-neo4j.sh
you need to be logged into docker to access your hub if you want to build your own images (docker login)