Skip to main content
Version: 16.2 🔚

Data Source

Data sources are defined in data zone, it's a logical concept.
Topics are stored in appointed data source.

info

Data source is available for Super Admin only.

caution

Centralized definition data source should be configured in deployment, not here.

Standard Tuple Page​

Data source use standard tuple page.

Edit Data Source

Extra parameter pair is added automatically, and will not be removed when name and value are cleared, empty pairs are dropped on saving.

Form Validation​

  • Data Source Code: required,
  • Data Source Type: required. Currently, 4 types are built-in:
    • Oracle,
    • MySQL & MariaDB,
    • MongoDB,
    • MSSQL,
    • PostgreSQL,
    • S3 Storage: AWS S3, Ali OSS,
  • Data Zone: required,
  • Host: optional,
  • Port: optional,
  • Data Source Name: optional,
  • Username: optional,
  • Password: optional,
  • Extra Parameter Name: required when value existed.
caution

Join query on multiple documents is not supported by MongoDB since performance consideration.

caution

Query is not supported by S3 storage.

Extend Data Source Supporting​

Here for more details on supporting other data sources.