tinybird-typescript-sdk-guidelines
Guidelines for using the @tinybirdco/sdk package to define Tinybird datasources, pipes, and queries in TypeScript with full type inference.
Setup & Installation
What This Skill Does
Guidelines for using the @tinybirdco/sdk package to define Tinybird datasources, pipes, and queries in TypeScript with full type inference. Covers typed client setup, data ingestion, endpoint definitions, and CLI workflows for dev, build, and deploy.
Instead of writing untyped .datasource and .pipe files and guessing response shapes, you get compile-time type checking across ingestion, queries, and endpoint definitions.
When to use it
- Defining Tinybird datasources and pipes in TypeScript instead of .datasource/.pipe files
- Querying Tinybird endpoints with generated return types
- Ingesting data with type-safe append calls
- Setting up Kafka or S3 connections through the TypeScript SDK
- Running tinybird dev/build/deploy commands in a TypeScript project
Similar Skills
minimax-xlsx
Handles Excel and CSV/TSV files through direct XML manipulation rather than library round-trips.
xlsx
Reads, writes, and edits Excel and tabular files (.
meme-rush
Meme Rush tracks meme token launches across Pump.
query-token-info
Queries token data from Binance Web3 APIs across BSC, Base, and Solana.
