menome/uncrawler
Removes files from the graph if they no longer exist at the source.
54
It's like a crawler but backwards!
Running the uncrawler will remove all files from the graph that are no longer present in their source systems.
Edit config.json
or configure with environment variables to set up.
How it works:
Run npm start
to run the application as a web microservice. Sending a POST request to /uncrawl
will cause the application to run its uncrawling process.
docker pull menome/uncrawler