emqx/apps/emqx_durable_storage
Ivan Dyachkov 28a577ad09 chore: bump apps versions 2023-11-14 11:02:26 +01:00
..
include fix(ds): Add unique ID to the key 2023-11-08 03:04:19 +01:00
src chore: bump apps versions 2023-11-14 11:02:26 +01:00
test feat(ds): Introduce emqx_ds behavior 2023-11-10 12:16:39 +01:00
BSL.txt refactor(ds): emqx_replay -> emqx_durable_storage 2023-06-22 10:20:18 +02:00
IMPLEMENTATION.md refactor(ds): Create a prototype of replication layer 2023-11-08 03:04:19 +01:00
README.md refactor(ds): Create a prototype of replication layer 2023-11-08 03:04:19 +01:00
rebar.config chore(ds): Add rebar.config file to app/emqx_durable_storage 2023-11-08 03:04:19 +01:00

README.md

EMQX Replay

emqx_ds is a generic durable storage for MQTT messages within EMQX.

Concepts:

  1. App overview introduction
  2. let people know what your project can do specifically. Is it a base library dependency, or what kind of functionality is provided to the user?
  3. Provide context and add a link to any reference visitors might be unfamiliar with.
  4. Design details, implementation technology architecture, Roadmap, etc.

[Features] - [Optional]

A List of features your application provided. If the feature is quite simple, just list in the previous section.

Limitation

TBD

Documentation links

TBD

Usage

TBD

Configurations

TBD

HTTP APIs

Other

TBD

Contributing

Please see our contributing.md.