Core concepts

Familiarize yourself with Tinybird's core concepts and terminology to get a better understanding of how Tinybird works and how you can make the most of its features.

Workspaces

Workspaces help you organize and collaborate on your Tinybird projects. You can have more than one Workspace.

A Workspace contains the project resources, data, and state. You can share resources, such as Pipes or Data Sources, between Workspaces. You can also invite users to your Workspaces and define their role and permissions.

A typical usage of Workspaces is to provide a team or project with a space to work in.

User roles:

  • Admins can do everything in the Workspace.
  • Guests can do most things, but they can't delete Workspaces, invite or remove users, or share Data Sources across Workspaces.
  • Viewers can't edit anything in the main Workspace Branch, but they can use Playgrounds to query the data, as well as create or edit Branches.

Read more about Workspaces.

Data Sources

Data Sources are how you ingest and store data in Tinybird.

All your data lives inside a Data Source, and you write SQL queries against Data Sources. You can bulk upload or stream data into a Data Source, and they support several different incoming data formats, such as CSV, JSON, and Parquet.

Read more about Data Sources.

Pipes

Pipes are how you write SQL logic in Tinybird.

Pipes are a collection of one or more SQL queries chained together and compiled into a single query. Pipes let you break larger queries down into smaller queries that are easier to read. You can publish Pipes as API Endpoints, copy them, and create Materialized Views.

Read more about Pipes.

Nodes

A Node is a single SQL SELECT statement that selects data from a Data Source or another Node or API Endpoint. Nodes live within Pipes.

API Endpoints

You can build your SQL logic inside a Pipe and then publish the result of your query as an HTTP API Endpoint.

Read more about API Endpoints.

Charts

Charts visualize your data. You can create and publish Charts in Tinybird from your published API Endpoints.

Read more about Charts.

Tokens

Tokens authorize requests. Tokens can be static for back-end integrations, or custom JWTs for front-end applications.

Read more about Tokens.

Branches

Branches let you create a copy of your Workspace where you can make changes, run tests, and develop new features. You can then merge the changes back into the original Workspace.

Read more about Branches.

CLI

Use the Tinybird command line interface (CLI) to interact with Tinybird from the terminal. You can install it on your local machine or embed it into your CI/CD pipelines.

Read more about the Tinybird CLI.

ClickHouse®

ClickHouse is an open source OLAP database that serves as Tinybird's real-time analytics database and SQL engine. The SQL queries that you write inside Tinybird use the ClickHouse SQL dialect.

Read more about ClickHouse.

Next steps

Tinybird is not affiliated with, associated with, or sponsored by ClickHouse, Inc. ClickHouse® is a registered trademark of ClickHouse, Inc.
Updated