Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

This contains everything to set up a Neo4j server alongside a Webspoon instance

License

Notifications You must be signed in to change notification settings

mattcasters/dockerfile-webspoon-neo4j

Repository files navigation

dockerfile-webspoon-neo4j

This contains everything to set up a Neo4j server alongside a Webspoon instance

Running

To run Neo4j alongside a WebSpoon instance you can run this:

docker-compose up -d

or the script: runWebspoonNeo4j.sh

Using

  • 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

Prerequisites

You need to have the following installed:

  • docker
  • docker-compose
  • git
  • zip / unzip

Building

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)

About

This contains everything to set up a Neo4j server alongside a Webspoon instance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages