2021-02-10 16:34:00 +00:00
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
2022-01-25 03:56:37 +00:00
* [HDFS ](https://github.com/riversand963/rocksdb-hdfs-env ): an Env used for interacting with HDFS. Migrated from main RocksDB repo
2021-04-22 18:11:31 +00:00
* [ZenFS ](https://github.com/westerndigitalcorporation/zenfs ): a file system for zoned block devices
2022-01-25 06:36:20 +00:00
* [RADOS ](https://github.com/riversand963/rocksdb-rados-env ): an Env used for interacting with RADOS. Migrated from RocksDB main repo.
2022-05-13 05:02:28 +00:00
* [PMEM ](https://github.com/pmem/pmem-rocksdb-plugin ): a collection of plugins to enable Persistent Memory on RocksDB.
2023-11-14 15:33:21 +00:00
* [IPPCP ](https://github.com/intel/ippcp-plugin-rocksdb ): a plugin to enable encryption on RocksDB based on Intel optimized open source IPP-Crypto library.
* [encfs ](https://github.com/pegasus-kv/encfs ): a plugin to enable encryption on RocksDB based on OpenSSL library.