rocksplicator
rocksplicator copied to clipboard
Can rocksplicator bakup rocksdb to s3?
Can rocksplicator bakup rocksdb to s3?
we support backing up data to hdfs using rocksdb's hdfs environment: https://github.com/facebook/rocksdb/blob/master/hdfs/env_hdfs.h Inside pinterest, it has been used in production.
for s3, you can write a rocksdb s3 environment by inheriting the Env class. i wrote an internal version but it's not tested yet in production, it's using aws cpp sdk.