From 1f4b7326f76b3a51772708e45629365ed3ae5d7f Mon Sep 17 00:00:00 2001 From: Stijnvandenbroek Date: Wed, 11 Mar 2026 09:41:38 +0000 Subject: [PATCH] feat: add flashy deployment badges --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 670cbcb..df45d4b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # data-platform +[![CI](https://github.com/Stijnvandenbroek/data-platform/actions/workflows/ci.yml/badge.svg)](https://github.com/Stijnvandenbroek/data-platform/actions/workflows/ci.yml) +![Python 3.12](https://img.shields.io/badge/python-3.12-blue) +![dbt](https://img.shields.io/badge/dbt-core-orange) +![Dagster](https://img.shields.io/badge/dagster-orchestration-4F43DD) +![PostgreSQL 16](https://img.shields.io/badge/postgres-16-336791) +![License: MIT](https://img.shields.io/badge/license-MIT-green) + A personal data platform for ingesting, transforming and analysing external data sources. Built with [Dagster](https://dagster.io/), [dbt](https://www.getdbt.com/) and [PostgreSQL](https://www.postgresql.org/), managed with [uv](https://github.com/astral-sh/uv) and