rocksdb/PLUGINS.md
Yingchun Lai 37064d631b Add encfs plugin link (#12070)
Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/12070

Reviewed By: jaykorean

Differential Revision: D51307148

Pulled By: ajkr

fbshipit-source-id: d04335506becd5970802f87ab0573b6307479222
2023-11-14 07:33:21 -08:00

975 B

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: an example for plugin developers to reference
  • HDFS: an Env used for interacting with HDFS. Migrated from main RocksDB repo
  • ZenFS: a file system for zoned block devices
  • RADOS: an Env used for interacting with RADOS. Migrated from RocksDB main repo.
  • PMEM: a collection of plugins to enable Persistent Memory on RocksDB.
  • IPPCP: a plugin to enable encryption on RocksDB based on Intel optimized open source IPP-Crypto library.
  • encfs: a plugin to enable encryption on RocksDB based on OpenSSL library.