Ghost/ghost/tinybird
Hannah Wolfe 2016e6a6df
Removed TTL from tinybird analytics_events datasource (#21697)
ref https://linear.app/ghost/issue/ANAL-115/data-retention

- The bad news here is I didn't notice that the tinybird web analytics
starter kit included a TTL on the analytics_events datasource of 60 days
- This means any data older than 60days was automatically dropped from
the table
- I updated this in the UI when I noticed it a few days ago, this makes
sure it can't come back
- The good news is that we don't have to implement anything to make this
work when we do get to the point where we want a TTL!
2024-11-22 15:52:28 +00:00
..
datasources Removed TTL from tinybird analytics_events datasource (#21697) 2024-11-22 15:52:28 +00:00
pipes Fix origin attribution in Tinybird analytics hits (#21187) 2024-10-02 17:27:43 +01:00
scripts Updated tinybird tooling with usability improvements (#21185) 2024-10-02 15:28:39 +01:00
tests Fix origin attribution in Tinybird analytics hits (#21187) 2024-10-02 17:27:43 +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