Datasource
A Datasource is a set of parameters (metadata) that define a connection to a storage system.
Datasource Management
You can access the Datasource Management panel from the sidebar menu:

Viewing Datasources
Once opened, the panel displays all available datasources, which can be:
- User-created, or
- System-generated, such as:
- public: available to all authenticated users
- <username-bucket>: private to the authenticated user
- <team-name>: available to all members of a specific Team

For each datasource (depending on your permissions), you can:
- Test the connection
- Edit it
- Delete it
Registering / Editing a Datasource
From the datasource management panel, you can:
- Register a new datasource via + Register Data Source
- Edit an existing one using the
icon
Both actions open the datasource registration/edit form:

Fill in the following fields:
- Name
- Description
- Access Level
- Type
- Message Broker: for streaming data sources
- Object Storage: for object stores (e.g., MinIO, S3)
- Tabular Storage: e.g., MySQL
- Filesystem Storage
- Driver:
- If Type = Object Storage →
minio - If Type = Message Broker →
kafka - Otherwise →
any
- If Type = Object Storage →
Additional fields will appear based on the selected Type.
Message Broker:

Object Storage:

Tabular Storage:

Filesystem Storage:
