ambry icon indicating copy to clipboard operation
ambry copied to clipboard

Implementation of Store interface that writes to cloud storage

Open lightningrob opened this issue 6 years ago • 0 comments

We are starting an effort to build a backup/recovery solution where Ambry blobs are backed up to cloud storage (eg. Azure). To that end, a cloud-facing replication manager will be created, in order to reuse the existing replication logic. The first step in this journey is to add a Store implementation that write data to a cloud backend instead of logs in the file system. The goal is to plug this CloudBlobStore as seamlessly as possible into the existing ReplicationManager/ReplicaThread classes.

lightningrob avatar Jan 24 '19 20:01 lightningrob