libkv
libkv copied to clipboard
DynamoDB backend for libkv
Would be great to have a backend for libkv based on Amazon DynamoDB. DynamoDB doesn't support watches but this could be implemented with some sort of proxy + SQS and/or use the DynamoDB streams feature to process inserts/updates/deletes to the table. Benefit is that it avoids having to manage a K/V store
Regarding watches: we could also start without watches, I guess. the BoltDB backend doesn't implement them either. In the future it could be possible to just poll the respective DynamoDB item for changes...
Hello, any news on that please?