jasminegraph icon indicating copy to clipboard operation
jasminegraph copied to clipboard

Refactor file storage

Open miyurud opened this issue 2 years ago • 0 comments

Currently, the partitioned graph data of JasmineGraph gets stored in org.jasminegraph.server.instance.datafolder and we have set its value by default to /var/tmp/jasminegraph-localstore. Instead of that we need to change the folder name to /var/tmp/jasminegraph-datastore. Furthermore, need to change this single folder to hold all the data of JasmineGraph.

miyurud avatar Jul 29 '23 06:07 miyurud