ELT (extract load transform) powered by DuckDB and Elixir
Features
- Structure your queries as directories and files for easy management and version control
- Test your data. Specify your testing using YAML
- Flexibility by using DuckDB's powerful SQL language
Installation
The package can be installed by adding ducker to your list of dependencies in mix.exs:
def deps do
[
{:ducker, "~> 0.3.0"}
]
endTutorial
Usage examples can be found in the tutorial page.