OHDSI / Broadsea

Broadsea deploys the core OHDSI technology stack (Atlas & R Hades), using cross-platform Docker container technology.
http://ohdsi.github.io/Broadsea/
Apache License 2.0
71 stars 54 forks source link

Add data build tool (dbt) to Broadsea #99

Closed leeevans closed 11 months ago

leeevans commented 1 year ago

I have created a new OHDSI Docker container for the data build tool (dbt), to support the OHDSI community in using dbt for OMOP CDM conversion ETL.

The new GitHub repo is here: https://github.com/OHDSI/Broadsea-Dbt

It includes a very simple example dbt project as a demo - connecting to the broadsea-atlasdb demo PostgreSQL database.

Currently Broadsea-Dbt only implements the PostgreSQL dbt module but it would be relatively easy to update the Dockerfile to include other supported dbt DBMS targets, including Snowflake and Redshift.

@alondhe I propose that we add dbt as an additional Broadsea profile.

alondhe commented 1 year ago

Can I just target the Docker hub image? Or is the Dockerfile within the Broadsea-dbt repo needed?

alondhe commented 11 months ago

Added to develop branch.