Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/davidgasquez/dbt-devcontainer

📦 Example repository showing how to use dbt inside Visual Studio Code development containers
https://github.com/davidgasquez/dbt-devcontainer

dbt devcontainer

Last synced: about 1 month ago
JSON representation

📦 Example repository showing how to use dbt inside Visual Studio Code development containers

Lists

README

        

# Using `dbt` with Visual Studio Code `.devcontainer`

Example repository showcasing how to use `dbt` with some extra goodies inside a `.devcontainer` environment (Visual Studio Code, GitHub Codespaces, ...).

> **Note**
> Alternatively, you can also try [Datadex](https://github.com/davidgasquez/datadex). It covers similar grounds but uses a simpler stack (DuckDB).

## Quickstart

The quickest way to get started is to use [GitHub Codespaces](https://github.com/features/codespaces). You can create one from this repository and get a development environment available in your browser.

You can also clone the repository and use [Remote Containers](https://code.visualstudio.com/docs/remote/containers) to run the development environment.

Once you're inside, move to the `jaffle_shop` folder and follow the README instructions! You should be able to seed the data with `dbt seed` and see it in the SQLTools icon in the sidebar.