Ghost/ghost/tinybird
Hannah Wolfe 26e09dd6cc
Added script for unsafe redeploys to tinybird (#21092)
- Whilst we are in development, we can safely make changes to all
aspects of our pipeline without worrying
- This is because currently, it's safe to delete all data and start over
- This script removes everything excepts the analytics_events
datasource, and then recreates everything fresh, repopulating from the
datasource where possible
- This shouldn't be used after tinybird is in production, we need a
better change process
2024-09-24 13:53:19 +01:00
..
datasources Updated token handling to be in code 2024-09-19 11:32:49 +01:00
pipes Updated KPI pipe to fill missing data 2024-09-19 11:32:49 +01:00
scripts Added script for unsafe redeploys to tinybird (#21092) 2024-09-24 13:53:19 +01:00
.tinyenv Initial tinybird setup 2024-08-29 16:56:51 +01:00
README.md Initial tinybird setup 2024-08-29 16:56:51 +01:00
requirements.txt Initial tinybird setup 2024-08-29 16:56:51 +01:00

Tinybird

This folder contains configuration for Tinybird, so that the stats feature can be used.

We sync this configuration with Tinybird via the Tinybird CLI.

Tinybird CLI

The Tinybird CLI is used via Docker.

yarn tb

Documentation for the Tinybird CLI: https://docs.tinybird.co/v/0.22.0/cli/overview Note: you can use python if you prefer, but we use Docker for consistency.

How to work with version control: https://docs.tinybird.co/v/0.22.0/guides/version-control