Skip to content

hlcianfagna/dbt-cratedb-staging

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dbt-cratedb2

About

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.

Supported software versions

  • CrateDB 4.x.x
  • dbt 0.20

Setup

Install package in development mode.

git clone https://github.com/crate-workbench/dbt-cratedb2
cd dbt-cratedb2
python3 -m venv .venv
source .venv/bin/activate
pip install --verbose --prefer-binary --editable=.

Handbook

Authentication

type: cratedbadapter
threads: 1
host: 20.94.130.194
port: 5432
user: crate
password: ""
database: ""
schema: dbt_dev

Note

This project is a friendly fork of the dbt-cratedb package on PyPI, originally conceived by Julio Sánchez Jiménez. Because attempts to contact him failed, the project has been revived as dbt-cratedb2.

About

CrateDB adapter plugin for dbt (data build tool)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%