https://github.com/facebook/rocksdb
Raw File
Tip revision: 14fb86d1badc444310d7ef6c3407732332106659 authored by Bo Wang on 20 April 2022, 01:24:58 UTC
Add release note for #9747 (#9874)
Tip revision: 14fb86d
PLUGINS.md
This is the list of all known third-party plugins for RocksDB. If something is missing, please open a pull request to add it.

* [Dedupfs](https://github.com/ajkr/dedupfs): an example for plugin developers to reference
* [HDFS](https://github.com/riversand963/rocksdb-hdfs-env): an Env used for interacting with HDFS. Migrated from main RocksDB repo
* [ZenFS](https://github.com/westerndigitalcorporation/zenfs): a file system for zoned block devices
* [RADOS](https://github.com/riversand963/rocksdb-rados-env): an Env used for interacting with RADOS. Migrated from RocksDB main repo.
back to top