kmgreen2 / agglo

Agglo: A Process-Anywhere Framework for Event Stream Processing
https://kmgreen2.github.io/agglo/
MIT License
2 stars 0 forks source link

Add S3 and KVS Options for ObjectStore and KVStore #9

Closed kmgreen2 closed 3 years ago

kmgreen2 commented 3 years ago

Currently, entwine.Message only has an in-memory object store implementation. In addition, the kvs package only has an in-memory implementation. We need real cloud implementations for these.

kmgreen2 commented 3 years ago

Done with issue-9