emqx/apps/emqx_ds_builtin_local
Andrew Mayorov 4cde5e98a3
chore(dslocal): refine few typespecs
2024-08-05 10:55:48 +02:00
..
src chore(dslocal): refine few typespecs 2024-08-05 10:55:48 +02:00
test chore: add missing mix files to new apps 2024-07-04 10:27:59 -03:00
README.md feat(ds): Add `builtin_local' backend 2024-06-21 17:16:24 +02:00
mix.exs chore: add missing mix files to new apps 2024-07-04 10:27:59 -03: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.