CrateDB adapter plugin for dbt (data build tool).
CrateDB is a distributed SQL database that makes it simple to store and analyze massive amounts of data in real-time. Built on top of Lucene.
dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.
- CrateDB 4.x.x
- dbt 0.20
Install package in development mode.
git clone https://github.com/crate-workbench/dbt-cratedb
cd dbt-cratedb
python3 -m venv .venv
source .venv/bin/activate
pip install --verbose --prefer-binary --editable=.
type: cratedbadapter
threads: 1
host: 20.94.130.194
port: 5432
user: crate
password: ""
database: ""
schema: dbt_dev
This repository includes the source code of the dbt-cratedb package on PyPI, conceived by Julio Sánchez Jiménez.