View Source EctoBackfiller

A back-pressured backfill executor for Ecto repositories.

installation

Installation

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

documentation

Documentation

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

running-the-example-application

Running the example application

Execute the following setup commands:

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

Then follow the documentation guide.