mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 19:48:50 +03:00
2016e6a6df
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! |
||
---|---|---|
.. | ||
datasources | ||
pipes | ||
scripts | ||
tests | ||
.tinyenv | ||
README.md | ||
requirements.txt |
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