TinyBird Ingestion

Notes on Tinybird platform.


Import modes

  • Append: Add all file content to the table
  • Replace: Replace content or part of is. Not as fast and async. Can be a full replace or selective place (similar to SQL update)

Import file types

3 types of files: CSV, JSON and Parquet

Import ways

  • HTTP request (Multipart 10GB, body less 8MB)
  • Use URL --> 32GB limit
  • Connectors --> Kafka, Snowflake, BigQuery
  • HFI(v0/events) --> events w/ high ingestion rate