Skip to content

NIB-SI/skm-neo4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SKM neo4j database

Deployment

Environment variable file:

mv .env.example .env

Update/add any environemnt variables in the .env file.

To run (in detached mode):

docker compose up --build -d

This creates a docker container with neo4j (5.26) and prepoulates it by running all the .cypher scripts in the /src/cypher folder.

Since the database is persistant in the mounted volumns, after the first deployment, (optionally) move the .cypher scripts, so that they are not attempted to be loaded again.

References and resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages