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.
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.