README.md
# EctoBackfiller
[![Hex.pm](https://img.shields.io/hexpm/v/ecto_backfiller.svg)](https://hex.pm/packages/ecto_backfiller)
A back-pressured backfill executor for `Ecto` repositories.
## Installation
```elixir
def deps do
[
{:ecto_backfiller, "~> 0.5.1"}
]
end
```
## Documentation
Documentation on how to use the library and important warnings can be found at [hexdocs](https://hexdocs.pm/ecto_backfiller).
An example application is also available on the repository to
help you visualize the usage of this library.
## Contributing
Contributions are welcome! Feel free to open issues or pull requests :)
## License
EctoBackfiller is licensed under Apache License 2.0.
Check [LICENSE](LICENSE) file for more details.