Exd v0.1.12 Exd.Mapper View Source

Defines a source

Options

  • :adapter - The source adapter module and options
  • :concurrency - The number of concurrent source connections

Usage

defmodule PersonSource do
  use Exd.Source,
    adapter: {
      Exd.Sources.File,
        file_path: "test/support/fixtures/people.json"
    }
end

Link to this section Summary

Link to this section Functions