emqx/apps/emqx_ds_builtin_local
ieQu1 d349f84f04
fix(ds): Apply remarks
2024-06-24 20:20:40 +02:00
..
src fix(ds): Apply remarks 2024-06-24 20:20:40 +02:00
test fix(ds): Move DS backend supervision trees to their own apps 2024-06-21 18:22:04 +02:00
README.md feat(ds): Add `builtin_local' backend 2024-06-21 17:16:24 +02:00
rebar.config feat(ds): Add `builtin_local' backend 2024-06-21 17:16:24 +02:00

README.md

Local Backend for EMQX Durable Storage

Features

This backend uses local RocksDB database to store data.

Limitation

This backend cannot be used in a clustered EMQX setup.

Documentation links

TBD

Usage

TBD

Configurations

TBD

HTTP APIs

TBD

Other

TBD

Contributing

Please see our contributing.md.