cancerDHC / ccdh-terminology-service

CCDH Terminology and Mapping Service
3 stars 4 forks source link

Created scripts: Backup DB, Delete DB #128

Closed joeflack4 closed 2 years ago

joeflack4 commented 2 years ago

Description

For debugging purposes, it is sometimes necessary to start off with a fresh DB. As such, create a script to delete the db, as well as back it up.

I'm sure there are ways to do this with Neo4J without using an external scripting language, but since this will be easy and effective, might as well do it in Python / makefile for now.