8000 GitHub - zkan/dbt-with-clickhouse: dbt with ClickHouse
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zkan/dbt-with-clickhouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dbt with ClickHouse

Experimenting dbt with ClickHouse.

Running ClickHouse

We need to start the ClickHouse cluster first.

cd cluster
make up

Running dbt

After the ClickHouse cluster is running, we can run dbt.

To sync package dependencies:

uv sync

To create data models:

cd dbt_with_clickhouse
uv run dbt run

About

dbt with ClickHouse

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0