https://github.com/facebook/rocksdb
Raw File
Tip revision: f2f26b1559b77f56f3074c5cb7d93112b2dd3f9f authored by akankshamahajan on 28 April 2022, 15:05:36 UTC
Update HISTORY.md and version.h to 7.2.2
Tip revision: f2f26b1
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