libkv icon indicating copy to clipboard operation
libkv copied to clipboard

DynamoDB backend for libkv

Open mattmcclean opened this issue 9 years ago • 2 comments

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

mattmcclean avatar Feb 20 '16 17:02 mattmcclean

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...

seiffert avatar Mar 16 '16 09:03 seiffert

Hello, any news on that please?

ghost avatar May 16 '17 13:05 ghost