- Ingest data from a file
- Generate mock data streams for your next data project
- Stream data using the Events API
- Sync BigQuery tables to Tinybird
- Edit a Data Source schema with the CLI
- Sync files from S3 into Tinybird
- The
company_info
'dimensional' (or 'fact') table containing metadata for a set of ~80 companies, including their full name, creation date, sector, and stock symbol.
`symbol` String
`name` String
`creation_date` Date
`sector` LowCardinality(String)
- The
event_stream
data stream has this concise data schema:
`id` Int16
`price` Float32
`symbol` String
`timestamp` DateTime