An open API service indexing awesome lists of open source software.

https://github.com/qalita-io/tutorials

Tutorials how to best use Qalita Products
https://github.com/qalita-io/tutorials

data-analysis data-engineering data-quality data-quality-checks documentation qalita tutorials

Last synced: 5 months ago
JSON representation

Tutorials how to best use Qalita Products

Awesome Lists containing this project

README

          

# QALITA Tutorials



## Introduction

Welcome to the Qalita tutorials! Here you will find a collection of tutorials to help you get started ! 🚀

This repo will store data examples, and code examples for tutorials in the [documentation](https://doc.qalita.io/)

## Table of Contents

### Onboarding

* [Get Started](https://doc.qalita.io/docs/platform/quick-start)

### General use cases

| Category | Task | Link |
| ------------------ | -------------------------------------- | ------------------------------------------------------------------------------------------------------------------ |
| **Deployment** | Deploy Platform with Docker Compose | [Guide](./deploy/docker-compose) |
| | Deploy Platform with Helm | [Guide](https://doc.qalita.io/docs/platform/user-guides/admin/deploy#requirements-1) |
| **Authentication** | Setup LDAP authentication | [Guide](https://doc.qalita.io/docs/platform/user-guides/admin/users-management/#ldap-registry) |
| | Setup Microsoft Entra authentication | [Guide](https://doc.qalita.io/docs/platform/user-guides/admin/users-management/#microsoft-authentication-oidcsaml) |
| **Agent** | Deploy an agent locally on Windows | [Guide](https://doc.qalita.io/docs/cli/quick-start) |
| | Deploy an agent locally on Linux/MacOS | [Guide](https://doc.qalita.io/docs/cli/quick-start) |
| | Deploy an agent with Docker | [Guide](https://doc.qalita.io/docs/cli/docker) |
| | Deploy an agent with Kubernetes | [Guide](https://artifacthub.io/packages/helm/qalita/qalita#agent) |
| **Source** | Register a source from local Agent | [Guide](./source/local-agent.md) |
| | Register a source from CI/CD | [Guide](#) |
| | Register a source from a remote agent | [Guide](#) |
| **Pack** | Create a pack | [Guide](https://doc.qalita.io/docs/platform/user-guides/data-engineering/packs#create-a-pack) |
| | Test a pack locally | [Guide](https://doc.qalita.io/docs/platform/user-guides/data-engineering/packs#test-a-pack) |
| | Push a pack | [Guide](https://doc.qalita.io/docs/platform/user-guides/data-engineering/packs#publish-a-pack) |

### QALITA Data Engineering Integration

| Category | Integration | Link |
| --------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
| **ELT** , export metadata and results from quality checks within your ELT to QALITA Platform. | dbt DBT | [Guide](./integrations/data-engineering/elt/dbt) |
| | Airbyte Airbyte | [Guide](./integrations/data-engineering/elt/airbyte) |
| **Data Orchestration** , implement quality checks steps into your data pipelines and push metadata results into QALITA Platform. | Apache Airflow Airflow | [Guide](./integrations/data-engineering/orchestration/airflow) |
| | Dagster Dagster | [Guide](./integrations/data-engineering/orchestration/dagster) |
| **Data Quality Frameworks** , use state-of-the-art data quality checks frameworks seamlessly with QALITA Platform. | Soda Soda | [Guide](./integrations/data-quality/soda) |
| | Great Expectations Great Expectations | [Guide](./integrations/data-quality/great-expectations) |

### QALITA Platform Integration

| Category | Integration | Link |
| -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
| **Issue Management** , add integration to your ticketing platform to receive and synchronize data quality issues from QALITA Platform. | GitLab Gitlab | [Guide](./integrations/platform/issue-management/gitlab) |
| | Jira Jira | [Guide](./integrations/platform/issue-management/jira) |
| **Alerting** , receive notifications on data quality score decrease directly to your communication feed. | Microsoft Teams Teams | [Guide](./integrations/platform/alerting/teams) |
| | Slack Slack | [Guide](./integrations/platform/alerting/slack) |
| **Reporting** , use your favorite reporting tool to fetch data quality metrics from QALITA Platform. | Tableau Tableau | [Guide](./integrations/platform/reporting/tableau) |
| | Power BI Power BI | [Guide](./integrations/platform/reporting/power-bi) |
| | Looker Looker | [Guide](./integrations/platform/reporting/looker) |
| | Apache Superset Apache Superset | [Guide](./integrations/platform/reporting/apache-superset) |
| | Grafana Grafana | [Guide](./integrations/platform/reporting/grafana) |
| **Data Catalog & Governance** , enrich your data catalog and governance platform with data quality metrics from QALITA Platform | Collibra Collibra | [Guide](./integrations/platform/catalog-governance/collibra) |
| | Microsoft Purview Microsoft Purview | [Guide](./integrations/platform/catalog-governance/microsoft-purview) |
| | DataHub Datahub | [Guide](./integrations/platform/catalog-governance/datahub) |