Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 491 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 491 Bytes

Amnesia

Amnesia is a command line tool to clean an AskOmics instance.

It:

  • Remove users files (uploaded files, ttl and results)
  • Delete rdf graphs
  • Empty job and integration database

The purpose of this program is to be executed at regular intervals in order to clean an AskOmics testing instance.

Install & run

git clone https://github.com/askomics/amnesia.git
cd amnesia
python3 -m venv venv
source venv/bin/activate
python setup.py install
amnesia --help