mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 20:47:00 +00:00
docs: integrations (#9171)
* docs: integrations framework * docs: integrations (wip) * docs: wip * docs: integrations & connections * docs: remove database folder * docs: warning about access permissions * docs: add new data source * docs: meta sync * docs: actions on data soruce * docs: update links * misc: data => Data * docs: fix review comments
This commit is contained in:
@@ -10,33 +10,24 @@ keywords: ['Data Sources overview', 'Data Sources sync', 'Data Sources access co
|
||||
NocoDB allows you to connect to external data sources and get a unified spreadsheet view of your data. Activities related to external data sources can be managed from `Data Sources` tab in `Base dashboard`.
|
||||
|
||||
`Data Sources` tab includes following functionalities
|
||||
1. Connect/manage external data source
|
||||
1. Connect / manage external data source
|
||||
2. UI Access Control
|
||||
3. Relations
|
||||
4. Audit logs
|
||||
|
||||
:::info
|
||||
Currently only one external data source can be added per project.
|
||||
:::
|
||||
3. Relations (ERD View)
|
||||
4. Meta Sync
|
||||
|
||||
## Accessing `Data Sources`
|
||||
|
||||
1. Access Base context menu by clicking on the `...` in the left sidebar against the base name
|
||||
2. Click on `Settings` tab
|
||||
3. In the popup modal, click on `Data Sources` tab
|
||||
1. Click on Base name in the left sidebar to access **Base homepage**
|
||||
2. Select **Data Sources** tab
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
Learn more about working with Data sources in the following sections:
|
||||
|
||||
Learn more about **working with Data sources** in the following sections:
|
||||
- [Connect to a Data source](/data-sources/connect-to-data-source)
|
||||
- [Sync changes externally made to data source](/data-sources/sync-with-data-source)
|
||||
- [Edit external database configuration parameters](/data-sources/actions-on-data-sources#edit-external-database-configuration-parameters)
|
||||
- [Remove Data source](/data-sources/actions-on-data-sources#remove-external-data-source)
|
||||
- [Hide Data source](/data-sources/actions-on-data-sources#data-source-visibility)
|
||||
|
||||
|
||||
- [Hide Data source](/data-sources/actions-on-data-sources#data-source-visibility)
|
||||
- [Relations within a data source](/data-sources/actions-on-data-sources#relations)
|
||||
- [Audit logs](/data-sources/actions-on-data-sources#audit-logs)
|
||||
- [UI Access Control](/data-sources/actions-on-data-sources#ui-access-control)
|
||||
|
||||
Reference in New Issue
Block a user