Adds a persistent storage adapter for ETS.
The package can be installed by adding quantum_storage_persistent_ets
to your list
of dependencies in mix.exs
:
def deps do
[
{:quantum_storage_persistent_ets, "~> 1.0"}
]
end
To enable the storage adpater, add this to your config.exs
:
use Mix.Config
config :quantum_test, QuantumTest.Scheduler,
storage: QuantumStoragePersistentEts
The docs can be found at https://hexdocs.pm/quantum_storage_persistent_ets.
This project uses the Collective Code Construction Contract (C4) for all code changes.
"Everyone, without distinction or discrimination, SHALL have an equal right to become a Contributor under the terms of this contract."
- Check for open issues or open a new issue to start a discussion around a problem.
- Issues SHALL be named as "Problem: description of the problem".
- Fork the quantum-storage-persistent-ets repository on GitHub to start making your changes
- If possible, write a test which shows that the problem was solved.
- Send a pull request.
- Pull requests SHALL be named as "Solution: description of your solution"
- Your pull request is merged and you are added to the list of contributors
This project exists thanks to all the people who contribute.
Become a financial contributor and help us sustain our community. [Contribute]
Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]