emqx/apps/emqx_durable_storage
Zaiming (Stone) Shi ca8da5723a
Merge pull request #11704 from zmstone/0928-sync-release-53
0928 sync release 53
2023-10-02 21:57:32 +02:00
..
src Merge pull request #11704 from zmstone/0928-sync-release-53 2023-10-02 21:57:32 +02:00
test refactor: combine shard id and keyspace into a single value 2023-09-19 12:31:32 -03:00
BSL.txt refactor(ds): emqx_replay -> emqx_durable_storage 2023-06-22 10:20:18 +02:00
IMPLEMENTATION.md docs(ds): Apply suggestions from code review 2023-06-28 10:04:07 +02:00
README.md refactor(ds): emqx_replay -> emqx_ds 2023-06-22 10:20:18 +02:00

README.md

EMQX Replay

emqx_ds is a durable storage for MQTT messages within EMQX. It implements the following scenarios:

  • Persisting messages published by clients
  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.