Get Started

To start building your first app, you can follow the following steps.

1. Connect with a data source as a Resource

Most data sources are supported here including flat files (.csv, xlsx, .txt, json), databases (MySQL, MongoDB, Snowflake, BigQuery, etc), and Applications (API, CRMs, ERPs, and more).

(Optional) Use Data Prep to preprocess your data.

2. Go to App Builder (Data App) and create a new app

Simply create a new app project in the “App Builder” section. Each app project would contain one unique application with a unique root URL, set of databases, front-end components, and services.

3. Create a blank app, or build with a template.

4. Construct pages

Next, you can construct the page layout by dragging any element from the Create panel and dropping it on the page. In this example, drag a table element to the page.

5. Select the resource

Select the resource data you added.

6. Preview

Click the Preview button on the top right to see the result.

7. Publish

Once your app is constructed, you can click the Publish button to publish your app and share the link with other people.

Explore more detailed tutorial in Popular Use Cases

Last updated