docs/versioned_docs/version-2.39.0/data-sources/sample-data-sources.md
ToolJet includes a built-in PostgreSQL sample data source that allows you to familiarize yourself with its features and components before connecting your own data. This database contains example tables and data for hands-on experimentation. The sample data source is a shared PostgreSQL connection available across all workspaces and applications. This means any changes or updates made to the data will be reflected in real-time for all users, regardless of the application or workspace. If are using ToolJet Cloud, the sample data resets daily at midnight. However, if you are using a self-hosted version of ToolJet, the data will not be reset.
When you create a new application, the empty state will guide you on the next steps for connecting a data source. If you don't have your own data source ready, you can immediately start exploring and building by connecting to our sample data source.
You can connect to the sample data source in three different ways, depending on your requirements:
This method allows you to add a sample data source to an existing application that is in an empty state (i.e., has no pre-existing components)
This method allows you to connect the sample data source to an existing application from the query panel.
This method enables the creation of a sample application with a pre-configured connection to the sample data source. The data will be already visualized on the application's canvas upon creation.
The sample data source contains various tables with different data types.
| Table Name | Column Names | Number of Rows |
|---|---|---|
sampledataxlsx_organizations | index, organization_id, name, website, country, description, founded, industry, number_of_employees | 100 |
sampledataxlsx_countrygdp | country, area_sq_km, population, exports, imports, gdp, gdp_per_capita, gdp_real_growth_rate, inflation_rate_consumer_prices, investment_gross_fixed_of_gdp, labor_force, unemployment_rate | 263 |
sampledataxlsx_users | first_name, last_name, company_name, address, city, county, state, zip, phone1, phone2, email, web | 500 |
sampledataxlsx_orders | row_id, order_id, order_date, ship_date, ship_mode, customer_id, customer_name, segment, country, city, state, postal_code, region, product_id, category, sub_category, product_name, sales, quantity, discount, profit | 500 |
sampledataxlsx_productlistcars | car, mpg, cylinders, displacement, horsepower, weight, acceleration, model, origin | 406 |