The JobStorage interface is defined in https://github.com/bmeg/grip/blob/main/jobstorage/storage.go. Currently there is only a file system based implementation. There should also be an ElasticSearch backed interface to store traversal jobs can be stored, searched and continued.
The
JobStorage
interface is defined in https://github.com/bmeg/grip/blob/main/jobstorage/storage.go. Currently there is only a file system based implementation. There should also be an ElasticSearch backed interface to store traversal jobs can be stored, searched and continued.