emqx/apps/emqx_ds_backends
ieQu1 4825079964
chore(ds): Support platform profile
2024-07-10 12:03:23 +02:00
..
src chore(ds): Support platform profile 2024-07-10 12:03:23 +02:00
test test(dsrepl): Generalize tests to use different storage layouts 2024-07-09 13:15:14 +02:00
README.md feat(ds): Add `emqx_ds_backends` application 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.script chore(ds): Support platform profile 2024-07-10 12:03:23 +02:00

README.md

EMQX Durable Storage Backends

This is a placeholder OTP application that depends on all durable storage backends available in the release. Starting it will ensure that all backends are properly loaded and registered.

Consumers of emqx_durable_storage API should depend on this application instead of the parent emqx_durable_storage.

Features

N/A

Limitation

N/A

Documentation links

N/A

Usage

Any business application that creates DS databases should add this application as a dependency.

Configurations

None

Other

N/A

Contributing

Please see our contributing.md.