Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion TINYBIRD.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Note: Currently Traffic Analytics features are behind a feature flag. For now, you'll need to enable it by following the steps below:

1. Create a Tinybird account and a Tinybird workspace at [tinybird.co](https://auth.tinybird.co/login). You can select any cloud/region you choose.
1. Create a Tinybird account and a Tinybird workspace at [tinybird.co](https://cloud.tinybird.co/login). You can select any cloud/region you choose.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Align link text with the actual target URL.

The link text says “tinybird.co” but now points to cloud.tinybird.co/login. Consider updating the visible text to avoid confusion (e.g., “cloud.tinybird.co”).

🤖 Prompt for AI Agents
In `@TINYBIRD.md` at line 5, Update the Markdown link text to match its actual
target URL by changing the visible link label from "tinybird.co" to
"cloud.tinybird.co" in the sentence that begins "Create a Tinybird account and a
Tinybird workspace..." so the anchor text accurately reflects the target
`https://cloud.tinybird.co/login`.

1. Run `docker compose run --rm tinybird-login` to login to your Tinybird account following the steps given
1. Run `docker compose run --rm tinybird-sync`. This will copy the Tinybird files from the Ghost container into a shared volume. The service should log "Tinybird files synced into shared volume.", then exit.
1. Run `docker compose run --rm tinybird-deploy` and wait for the service to exit successfully. This will create your Tinybird datasources, pipes and API endpoints. It may take a minute or two to complete the first time. You should see "Deployment #1 is live!" in your terminal before the service exits.
Expand Down