Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdebruyn/dbt-timescaledb
The TimescaleDB adapter plugin for dbt
https://github.com/sdebruyn/dbt-timescaledb
dbt timescaledb
Last synced: 3 months ago
JSON representation
The TimescaleDB adapter plugin for dbt
- Host: GitHub
- URL: https://github.com/sdebruyn/dbt-timescaledb
- Owner: sdebruyn
- License: mit
- Created: 2023-11-07T21:54:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-09T21:21:15.000Z (7 months ago)
- Last Synced: 2024-07-22T05:05:56.342Z (4 months ago)
- Topics: dbt, timescaledb
- Language: Python
- Homepage: https://dbt-timescaledb.debruyn.dev
- Size: 313 KB
- Stars: 33
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dbt - dbt-timescaledb - The TimescaleDB adapter plugin for dbt. (Packages)
README
# dbt-timescaledb
[![pdm-managed](https://img.shields.io/badge/pdm-managed-blueviolet)](https://pdm-project.org)
[![PyPI - Version](https://img.shields.io/pypi/v/dbt-timescaledb)](https://pypi.org/project/dbt-timescaledb/)
[![PyPI - License](https://img.shields.io/pypi/l/dbt-timescaledb)](https://github.com/sdebruyn/dbt-timescaledb/blob/main/LICENSE)
[![tests](https://github.com/sdebruyn/dbt-timescaledb/actions/workflows/test.yml/badge.svg)](https://github.com/sdebruyn/dbt-timescaledb/actions/workflows/test.yml)
[![codecov](https://codecov.io/github/sdebruyn/dbt-timescaledb/graph/badge.svg?token=7SLONAKRMD)](https://codecov.io/github/sdebruyn/dbt-timescaledb)**[dbt](https://www.getdbt.com/)** enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.
dbt is the T in ELT. Organize, cleanse, denormalize, filter, rename, and pre-aggregate the raw data in your warehouse so that it's ready for analysis.
## TimescaleDB
**[Timescale](https://www.timescale.com/)** extends PostgreSQL for all of your resource-intensive production workloads, so you can build faster, scale further, and stay under budget.
## Supported versions
| Adapter versions | Supported dbt versions | Supported TimescaleDB versions |
| ----------------- | ---------------------- | ------------------------------ |
| 1.7.0a1 - 1.7.0a7 | 1.7.x | 2.12 - latest |
| 1.8.0a1 - 1.8.0a2 | 1.8.x - latest | 2.12 - latest |
| 1.8.0a3 - latest | 1.8.x - latest | 2.13 - latest |The recommended versions of Timescale are TimescaleDB Community Edition or Timescale cloud. It is not recommended to use this adapter with TimescaleDB Apache 2 Edition. See the [TimescaleDB editions](https://docs.timescale.com/about/latest/timescaledb-editions/) page for more information.
## Features & documentation
[Read the documentation](https://dbt-timescaledb.debruyn.dev/) ([installation](https://dbt-timescaledb.debruyn.dev/installation/) | [usage](https://dbt-timescaledb.debruyn.dev/usage/)) for more information.
## Code of Conduct
Both dbt Labs and Timescale have published a code of conduct. Everyone interacting in this project's codebases, issues, discussions, and related Slack channels is expected to follow the [dbt Code of Conduct](https://docs.getdbt.com/community/resources/code-of-conduct) and the [Timescale Code of Conduct](https://www.timescale.com/code-of-conduct).