bmeg / grip

Graph Integration Platform
https://bmeg.github.io/grip
MIT License
24 stars 8 forks source link

Implement ElasticSearch backed job storage #311

Open kellrott opened 7 months ago

kellrott commented 7 months ago

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.