Skip to content

tuva-health/demo

Repository files navigation

Apache License dbt logo and version

The Tuva Project Demo

This is a dbt project that loads a 1,000 patient synthetic claims and clinical dataset and runs the Tuva package. When you run the project it loads the synthetic data to your warehouse and transforms it into the Tuva data model.

🔌 Database Support

The project officially supports the following data warehouses:

  • BigQuery
  • Databricks
  • DuckDB (community supported)
  • Redshift
  • Snowflake
  • Microsoft Fabric

✅ How to get started

Pre-requisites

  1. You have dbt installed and configured (i.e. connected to your data warehouse). If you have not installed dbt, here are instructions for doing so.
  2. You have created a database for the output of this project to be written in your data warehouse.

Getting Started

Complete the following steps to configure the project to run in your environment.

  1. Clone this repo to your local machine or environment.
  2. Update the dbt_project.yml file i.e. add the dbt profile connected to your data warehouse.
  3. Run dbt deps to install the Tuva Project package.
  4. Run dbt build to run the entire project with the built-in sample data.

Packages

 
 
 

Contributors