mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
26e09dd6cc
- 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 |
||
---|---|---|
.. | ||
datasources | ||
pipes | ||
scripts | ||
.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