Publish your data

You brought data into Tinybird, explored it, and processed it. Now you can publish it so that your application can use it.

1

Create your endpoint

You define an endpoint using a specific file type: .pipe files. See .pipe.

Check that the endpoint is correct by running tb build. See tb build.

2

Deploy the project

Deploy your project to activate your endpoint. See Deploy your project using the CLI.

3

Use your endpoint

You can use your endpoint in your application by calling it with an HTTP GET request. See Endpoints.

4

Add query parameters

You can add query parameters to your endpoint to filter the data that you want to query. See Query parameters.