README.md

# EctoBackfiller

A back-pressured backfill executor for `Ecto` repositories.

## Installation

```elixir
def deps do
  [
    {:ecto_backfiller, "~> 0.1.0-dev"}
  ]
end
```

## Documentation

Docs can be found at <https://hexdocs.pm/ecto_backfiller>.

## Running the example application

Execute the following setup commands:

```
mix ecto.create
mix ecto.migrate
iex -S mix
```

Then follow the documentation guide.