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
- Host: GitHub
- URL: https://github.com/qalita-io/tutorials
- Owner: qalita-io
- Created: 2023-12-09T10:44:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-16T08:21:54.000Z (9 months ago)
- Last Synced: 2025-09-16T10:24:25.479Z (9 months ago)
- Topics: data-analysis, data-engineering, data-quality, data-quality-checks, documentation, qalita, tutorials
- Homepage: https://doc.qalita.io
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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 | [Guide](./integrations/data-engineering/elt/dbt) |
| |
Airbyte | [Guide](./integrations/data-engineering/elt/airbyte) |
| **Data Orchestration** , implement quality checks steps into your data pipelines and push metadata results into QALITA Platform. |
Airflow | [Guide](./integrations/data-engineering/orchestration/airflow) |
| |
Dagster | [Guide](./integrations/data-engineering/orchestration/dagster) |
| **Data Quality Frameworks** , use state-of-the-art data quality checks frameworks seamlessly with QALITA Platform. |
Soda | [Guide](./integrations/data-quality/soda) |
| |
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 | [Guide](./integrations/platform/issue-management/gitlab) |
| |
Jira | [Guide](./integrations/platform/issue-management/jira) |
| **Alerting** , receive notifications on data quality score decrease directly to your communication feed. |
Teams | [Guide](./integrations/platform/alerting/teams) |
| |
Slack | [Guide](./integrations/platform/alerting/slack) |
| **Reporting** , use your favorite reporting tool to fetch data quality metrics from QALITA Platform. |
Tableau | [Guide](./integrations/platform/reporting/tableau) |
| |
Power BI | [Guide](./integrations/platform/reporting/power-bi) |
| |
Looker | [Guide](./integrations/platform/reporting/looker) |
| |
Apache Superset | [Guide](./integrations/platform/reporting/apache-superset) |
| |
Grafana | [Guide](./integrations/platform/reporting/grafana) |
| **Data Catalog & Governance** , enrich your data catalog and governance platform with data quality metrics from QALITA Platform |
Collibra | [Guide](./integrations/platform/catalog-governance/collibra) |
| |
Microsoft Purview | [Guide](./integrations/platform/catalog-governance/microsoft-purview) |
| |
Datahub | [Guide](./integrations/platform/catalog-governance/datahub) |