This directory allows you to set up the Maven Central Neo4j database and the Weaver API easily using Docker.
To run it for the first time, use the command:
docker-compose up --build
On first launch, Docker will download the database dump, which may take some time.
To run it after the first time, use the command:
docker-compose up
The data is thus persistent.
Neo4j user: neo4j
Neo4j password: Password1
- Neo4j will be accessible via http://localhost:7474 (web interface).
- Weaver REST API will be accessible via http://localhost:8080.
- Weaver documentation will be accessible via http://localhost:8080/swagger-ui/index.html