ToolJet/docs/versioned_docs/version-2.0.0-beta/data-sources/overview.md

43 lines
1.4 KiB
Markdown
Raw Normal View History

2023-01-03 06:35:22 +00:00
---
id: overview
title: Overview
---
# Datasources : Overview
2023-01-06 07:34:30 +00:00
Datasources pull in and push data to any source including databases, external APIs, or services.
2023-01-03 06:35:22 +00:00
2023-01-06 07:34:30 +00:00
<div style={{textAlign: 'center'}}>
2023-01-03 06:35:22 +00:00
2023-01-06 07:34:30 +00:00
<img className="screenshot-full" src="/img/datasource-reference/overview/overview.png" alt="Datasources: Overview" width="600"/>
2023-01-03 06:35:22 +00:00
2023-01-06 07:34:30 +00:00
</div>
## Connecting datasources
1. After logging in to ToolJet, create a new app from the dashboard
2. There are two ways for connecting a datasource. You can connect from:
1. **Left-sidebar**: On the left sidebar, click on the `datasource` icon and then click on the `+ add datasource` button
<div style={{textAlign: 'center'}}>
<img className="screenshot-full" src="/img/datasource-reference/overview/ls2.png" alt="Datasources: Overview" width="400"/>
2023-01-06 07:34:30 +00:00
</div>
2. **Query Panel**: Go to the query panel at the bottom, click on the `+Add` button and then click `Add datasource` button
<div style={{textAlign: 'center'}}>
<img className="screenshot-full" src="/img/datasource-reference/overview/qp2.png" alt="Datasources: Overview"/>
2023-01-06 07:34:30 +00:00
</div>
3. Follow the steps in the **[Datasource Library](/docs/data-sources/airtable)** specific to the desired datasource
2023-01-03 06:35:22 +00:00
2023-01-06 07:34:30 +00:00
:::info
ToolJet allows you to transform the data returned by datasources using **[Transformations](/docs/tutorial/transformations)**
:::
2023-01-03 06:35:22 +00:00