Overview of the Zenoh Storage Manager Plugin
mainThe storage_manager plugin for the zenohd router allows connecting Zenoh to various external storage backends (e.g., databases). It acts as a plugin manager that loads specific backends to implement storage APIs.
Available backends include:
memory: Stores data in an in-memory hashmap (statically linked).zenoh-backend-filesystem: Uses the host file system.zenoh-backend-s3: Uses Amazon S3 or MinIO.zenoh-backend-rocksdb: Uses RocksDB.zenoh-backend-influxdb: Uses InfluxDB.