automate-dv is a free, open source data engineering & integration project written in several languages and released under Apache-2.0. It has 596 GitHub stars, 157 forks and 53 open issues, and was last pushed 7 months ago. On this registry it ranks #46 of 51 tracked projects in Data Engineering & Integration, with 5 head-to-head comparisons available.

AutomateDV

Documentation Status Slack

dbt Versions

dbt Fusion

Changelog and past doc versions

AutomateDV by Datavault

Build your own Data Vault data warehouse! AutomateDV is a free to use dbt package that generates & executes the ETL you need to run a Data Vault 2.0 Data Warehouse on your data platform.

What does AutomateDV offer?

  • productivity gains, fewer errors
  • multi-threaded execution of the generated SQL
  • your data modeller can generate most of the ETL code directly from their mapping metadata
  • your ETL developers can focus on the 5% of the SQL code that is different
  • dbt generates documentation and data flow diagrams

powered by dbt, a registered trademark of dbt Labs

Worked example project

Learn quickly with our worked example:

Supported platforms:

Platform support matrix

Installation

Check dbt Hub for the latest installation instructions, or read the docs for more information on installing packages.

Documentation

ReadTheDocs

Usage

  1. Create a model for your table.
  2. Provide metadata
  3. Call the appropriate template macro
# Configure model
{{- config(...)                          -}}

# Provide metadata
{%- set src_pk = ...                     -%}
...

# Call the macro
{{ automate_dv.hub(src_pk, src_nk, src_ldts,
                   src_source, source_model) }}

Join our Slack Channel

Talk to our developers and other members of our growing community, get support and discuss anything related to AutomateDV or Data Vault 2.0

Join our Slack

Social

LinkedIn Youtube

Awards

innovation awards

Contributing

View our contribution guidelines

License

Apache 2.0

Frequently asked questions

Is automate-dv free to use?

automate-dv is open source under the Apache-2.0 licence. There is no licence fee and no seat count — you can self-host it or, where the project offers one, pay a vendor for a managed version instead.

What does automate-dv do?

A free to use dbt package for creating and loading Data Vault 2.0 compliant Data Warehouses (powered by dbt, an open source data engineering tool, registered t

What is automate-dv written in?

automate-dv's source is publicly available at https://github.com/Datavault-UK/automate-dv, with 596 GitHub stars.