📡Datasources in Toucan

Datasources allow to configure remote and local data entry points to then create datasets from these sources, they act as the first entry point in Toucan. In Toucan, you can configure different types of data sources

Datasources types in Toucan

Toucan has three different types of data sources:

  • Connectors: components allowing you to connect to your data ecosystem (database or service) to extract and use your data within your app.

  • File storages: components allowing to connect to remote file storage and extract data from the files located in the remote storage (SFTP for now)

  • Files: raw data you can import from your computer or a distant file server (like FTP or S3)

Capture shows the datasource UI in app/datahub

Manage datasources in Toucan

In this section, you will learn the best practices for datasources management in Toucan and how to:

  • Manage connectors: add, set up, edit and delete connectors. see our guide

  • Manage file storages: add, set up edit and delete remote file storages, see our guide

  • Manage files: add, edit, and delete local and distant files, see our guide

Create datasets from datasources

in this section, you will also learn how to create datasets from the different types of datasources.

Last updated

Was this helpful?