Publish data

When your data is in Tinybird, you can publish it as API Endpoints.

These Endpoints can be used in your frontend, backend, or any other application. Can be secured with JWT.

In addition to publishing API Endpoints, you can use Sinks to periodically send data to external destinations like S3, GCS, or Kafka.

If you prefer a more database-like approach, you can query data directly using the Query API or via ClickHouse® HTTPs Interface.

Next steps

Updated