histograph / core

Histograph Core: Graph management and inferencing
MIT License
1 stars 3 forks source link

Create program that clears index, textlogs and graphdb based on config #26

Closed rutgervanwilligen closed 9 years ago

rutgervanwilligen commented 9 years ago

Perhaps this eases a total restart, and a bit more efficiently/robustly than shell scripts.

reinvantveer commented 9 years ago

This already exists: isn't this the same as histograph-reload.sh? What would you have altered?

rutgervanwilligen commented 9 years ago

Yes, I forgot about this one. I figured it would be better to a) base it on the configuration file parameters so it works on any setup, and b) separate the data preprocessing step. While testing and rebuilding, the data preprocessing is unnecessary and takes incredibly long. If you think it's the same work done twice, then I'll move this issue to deploy.

reinvantveer commented 9 years ago

Please move to deploy