Skip to content

Destinations

In Qualiz, a destination represents the target location where processed data is stored or delivered after workflow execution. Destinations ensure that the output of workflows is accurately and securely persisted for downstream usage, analytics, or reporting.


Key Concepts

Destination Types

  • Qualiz supports multiple destination types to meet diverse storage and integration requirements.
  • Common destination types include:
  • Databases: Relational databases such as PostgreSQL, MySQL, Snowflake, BigQuery, and others.
  • Files: Structured files like CSV, JSON, Parquet stored locally or in cloud storage.
  • Data Warehouses: Analytical platforms for large-scale reporting and analysis.
  • Streaming Destinations (coming soon): Message brokers or event streaming platforms for real-time data delivery.

Connection Configuration

  • Destinations require secure connection details such as credentials, host, port, and target schema or bucket.
  • Configuration is scoped per project to ensure data isolation and security.
  • Supports dynamic configuration to write to multiple environments or tenants.

Data Mapping

  • Workflow output is mapped to destination schema and structure.
  • Ensures accurate insertion, update, or upsert of records based on task outputs.
  • Supports transformation and validation before data is written.

Destination Isolation

  • Each destination is associated with a specific project to prevent cross-project data access.
  • Maintains data segregation for compliance, security, and operational clarity.

Extensibility

  • New destination types can be added without impacting existing workflows.
  • Supports evolving business requirements and integration with emerging data platforms.

Centralized Management

  • All destinations are registered and managed centrally for governance and visibility.
  • Provides an overview of active, inactive, and historical destination configurations.

Summary

Destinations in Qualiz define where processed data is delivered and stored. By supporting multiple destination types, secure connection management, and centralized visibility, destinations provide a reliable and scalable foundation for storing, analyzing, and using workflow outputs across projects.