Neo4J DB initialization
Created by: Tirokk
Authored by roschaefer Closed
Is your feature request related to a problem? Please describe. For performance, we would like to have a reproducible set of indices in our Neo4J database.
Describe the solution you'd like
Write a script, e.g. migrate
or db:setup
to create indices in Neo4J. This script will be run when a container starts and it should run after the default entrypoint.sh
.
Additional context: Read about how to create an index in Neo4J
We could also add an initial user with admin privileges. This could replace the need for an unauthenticated server for seeding during our test suite.