Get data in

After you've defined a data source, you can bring your data into Tinybird from a variety of sources.

This is an experimental version of Tinybird. Join #forward in our Slack community to share your feedback.

1

Create your schema

You define schemas using a specific file type: .datasource files. See .datasource.

Check that the schema is correct by running tb build. See tb build. You can also test your data sources using fixtures. See Test your project.

2

Deploy the project

Deploy your project to apply the changes to your data sources. See Deploy your project.

3

Bring your data in

You can bring your data in using the following methods: