https://github.com/mlin/rocksworm
Access RocksDB databases over HTTPS for write-once/read-many use cases
https://github.com/mlin/rocksworm
Last synced: 28 days ago
JSON representation
Access RocksDB databases over HTTPS for write-once/read-many use cases
- Host: GitHub
- URL: https://github.com/mlin/rocksworm
- Owner: mlin
- License: apache-2.0
- Created: 2014-06-09T23:59:47.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-12-13T22:08:27.000Z (over 8 years ago)
- Last Synced: 2025-02-25T06:29:02.377Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 59.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
RocksWorm
================
Access RocksDB databases over HTTPS for write-once/read-many use cases. Entails:
1. Command-line utility to consolidate a RocksDB database (a directory with several files) into a RocksWorm file, which may then be uploaded to cloud storage like S3, making it readable via HTTP/HTTPS.
2. Plug-in for RocksDB enabling it to read from a RocksWorm file over HTTP/HTTPS directly, so that your program can query the database on cloud storage without having to first download it to the local file system.