{"id":38728959,"url":"https://github.com/qalita-io/tutorials","last_synced_at":"2026-01-17T11:23:40.514Z","repository":{"id":275420220,"uuid":"729472289","full_name":"qalita-io/tutorials","owner":"qalita-io","description":"Tutorials how to best use Qalita Products","archived":false,"fork":false,"pushed_at":"2025-09-16T08:21:54.000Z","size":15,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-16T10:24:25.479Z","etag":null,"topics":["data-analysis","data-engineering","data-quality","data-quality-checks","documentation","qalita","tutorials"],"latest_commit_sha":null,"homepage":"https://doc.qalita.io","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qalita-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-12-09T10:44:29.000Z","updated_at":"2025-09-16T08:21:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"1be27648-9c1a-40e8-8b77-1afb8dcf889e","html_url":"https://github.com/qalita-io/tutorials","commit_stats":null,"previous_names":["qalita-io/tutorials"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/qalita-io/tutorials","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qalita-io%2Ftutorials","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qalita-io%2Ftutorials/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qalita-io%2Ftutorials/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qalita-io%2Ftutorials/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qalita-io","download_url":"https://codeload.github.com/qalita-io/tutorials/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qalita-io%2Ftutorials/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28506955,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T10:25:30.148Z","status":"ssl_error","status_checked_at":"2026-01-17T10:25:29.718Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-analysis","data-engineering","data-quality","data-quality-checks","documentation","qalita","tutorials"],"created_at":"2026-01-17T11:23:37.710Z","updated_at":"2026-01-17T11:23:40.500Z","avatar_url":"https://github.com/qalita-io.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# QALITA Tutorials\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"250px\" height=\"auto\" src=\"https://cloud.platform.qalita.io/logo.svg\" style=\"max-width:250px;\"/\u003e\n\u003c/p\u003e\n\n## Introduction\n\nWelcome to the Qalita tutorials! Here you will find a collection of tutorials to help you get started ! 🚀\n\nThis repo will store data examples, and code examples for tutorials in the [documentation](https://doc.qalita.io/)\n\n## Table of Contents\n\n### Onboarding\n\n* [Get Started](https://doc.qalita.io/docs/platform/quick-start)\n\n### General use cases\n\n| Category           | Task                                   | Link                                                                                                               |\n| ------------------ | -------------------------------------- | ------------------------------------------------------------------------------------------------------------------ |\n| **Deployment**     | Deploy Platform with Docker Compose    | [Guide](./deploy/docker-compose)                                                                                   |\n|                    | Deploy Platform with Helm              | [Guide](https://doc.qalita.io/docs/platform/user-guides/admin/deploy#requirements-1)                               |\n| **Authentication** | Setup LDAP authentication              | [Guide](https://doc.qalita.io/docs/platform/user-guides/admin/users-management/#ldap-registry)                     |\n|                    | Setup Microsoft Entra authentication   | [Guide](https://doc.qalita.io/docs/platform/user-guides/admin/users-management/#microsoft-authentication-oidcsaml) |\n| **Agent**          | Deploy an agent locally on Windows     | [Guide](https://doc.qalita.io/docs/cli/quick-start)                                                                |\n|                    | Deploy an agent locally on Linux/MacOS | [Guide](https://doc.qalita.io/docs/cli/quick-start)                                                                |\n|                    | Deploy an agent with Docker            | [Guide](https://doc.qalita.io/docs/cli/docker)                                                                     |\n|                    | Deploy an agent with Kubernetes        | [Guide](https://artifacthub.io/packages/helm/qalita/qalita#agent)                                                  |\n| **Source**         | Register a source from local Agent     | [Guide](./source/local-agent.md)                                                                                   |\n|                    | Register a source from CI/CD           | [Guide](#)                                                                                                         |\n|                    | Register a source from a remote agent  | [Guide](#)                                                                                                         |\n| **Pack**           | Create a pack                          | [Guide](https://doc.qalita.io/docs/platform/user-guides/data-engineering/packs#create-a-pack)                      |\n|                    | Test a pack locally                    | [Guide](https://doc.qalita.io/docs/platform/user-guides/data-engineering/packs#test-a-pack)                        |\n|                    | Push a pack                            | [Guide](https://doc.qalita.io/docs/platform/user-guides/data-engineering/packs#publish-a-pack)                     |\n\n### QALITA Data Engineering Integration\n\n| Category                    | Integration                                                                                                                      | Link                                                                                                    |\n| --------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |\n| **ELT** , export metadata and results from quality checks within your ELT to QALITA Platform.                     | \u003cimg alt=\"dbt\" src=\"https://cdn.simpleicons.org/dbt\" height=\"16\" /\u003e DBT                                                          | [Guide](./integrations/data-engineering/elt/dbt)                                 |\n|                             | \u003cimg alt=\"Airbyte\" src=\"https://cdn.simpleicons.org/Airbyte\" height=\"16\" /\u003e Airbyte                                              | [Guide](./integrations/data-engineering/elt/airbyte)                         |\n| **Data Orchestration** , implement quality checks steps into your data pipelines and push metadata results into QALITA Platform.     | \u003cimg alt=\"Apache Airflow\" src=\"https://cdn.simpleicons.org/apacheairflow\" height=\"16\" /\u003e Airflow                                 | [Guide](./integrations/data-engineering/orchestration/airflow)                         |\n|                             | \u003cimg alt=\"Dagster\" src=\"https://docs.dagster.io/images/dagster-primary-mark.svg\" height=\"16\" /\u003e Dagster                          | [Guide](./integrations/data-engineering/orchestration/dagster)                         |\n| **Data Quality Frameworks** , use state-of-the-art data quality checks frameworks seamlessly with QALITA Platform. | \u003cimg alt=\"Soda\" src=\"https://avatars.githubusercontent.com/u/45313710?s=280\u0026v=4\" height=\"16\" /\u003e  Soda                            | [Guide](./integrations/data-quality/soda)                               |\n|                             | \u003cimg alt=\"Great Expectations\" src=\"https://avatars.githubusercontent.com/u/31670619?s=200\u0026v=4\" height=\"16\" /\u003e Great Expectations | [Guide](./integrations/data-quality/great-expectations) |\n\n### QALITA Platform Integration\n\n| Category                                                                                                                               | Integration                                                                                                                                                                                                                            | Link                                                                                                    |\n| -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |\n| **Issue Management** , add integration to your ticketing platform to receive and synchronize data quality issues from QALITA Platform. | \u003cimg alt=\"GitLab\" src=\"https://cdn.simpleicons.org/gitlab\" height=\"16\" /\u003e Gitlab                                                                                                                                                       | [Guide](./integrations/platform/issue-management/gitlab)                           |\n|                                                                                                                                        | \u003cimg alt=\"Jira\" src=\"https://cdn.simpleicons.org/jira\" height=\"16\" /\u003e Jira                                                                                                                                                             | [Guide](./integrations/platform/issue-management/jira)                               |\n| **Alerting** , receive notifications on data quality score decrease directly to your communication feed.                               | \u003cimg alt=\"Microsoft Teams\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/c/c9/Microsoft_Office_Teams_%282018%E2%80%93present%29.svg/1200px-Microsoft_Office_Teams_%282018%E2%80%93present%29.svg.png\" height=\"16\" /\u003e Teams | [Guide](./integrations/platform/alerting/teams)                             |\n|                                                                                                                                        | \u003cimg alt=\"Slack\" src=\"https://cdn.simpleicons.org/slack\" height=\"16\" /\u003e Slack                                                                                                                                                          | [Guide](./integrations/platform/alerting/slack)                             |\n| **Reporting** , use your favorite reporting tool to fetch data quality metrics from QALITA Platform.                                   | \u003cimg alt=\"Tableau\" src=\"https://www.svgrepo.com/show/354428/tableau-icon.svg\" height=\"16\" /\u003e Tableau                                                                                                                                   | [Guide](./integrations/platform/reporting/tableau)                         |\n|                                                                                                                                        | \u003cimg alt=\"Power BI\" src=\"https://1000logos.net/wp-content/uploads/2022/08/Microsoft-Power-BI-Logo-2013.png\" height=\"16\" /\u003e Power BI                                                                                                    | [Guide](./integrations/platform/reporting/power-bi)                     |\n|                                                                                                                                        | \u003cimg alt=\"Looker\" src=\"https://cdn.simpleicons.org/looker\" height=\"16\" /\u003e Looker                                                                                                                                                       | [Guide](./integrations/platform/reporting/looker)                           |\n|                                                                                                                                        | \u003cimg alt=\"Apache Superset\" src=\"https://cdn.simpleicons.org/apachesuperset\" height=\"16\" /\u003e Apache Superset                                                                                                                             | [Guide](./integrations/platform/reporting/apache-superset)       |\n|                                                                                                                                        | \u003cimg alt=\"Grafana\" src=\"https://cdn.simpleicons.org/grafana\" height=\"16\" /\u003e Grafana                                                                                                                                                    | [Guide](./integrations/platform/reporting/grafana)                         |\n| **Data Catalog \u0026 Governance** , enrich your data catalog and governance platform with data quality metrics from QALITA Platform        | \u003cimg alt=\"Collibra\" src=\"https://billigence.com/wp-content/uploads/2022/08/6-e1720040805903.png\" height=\"16\" /\u003e Collibra                                                                                                               | [Guide](./integrations/platform/catalog-governance/collibra)                       |\n|                                                                                                                                        | \u003cimg alt=\"Microsoft Purview\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Microsoft_Purview_Logo.svg/2048px-Microsoft_Purview_Logo.svg.png\" height=\"16\" /\u003e Microsoft Purview                                       | [Guide](./integrations/platform/catalog-governance/microsoft-purview) |\n|                                                                                                                                        | \u003cimg alt=\"DataHub\" src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ6oohh6MJ_UjYi6g75YfHlmr7HWLhH6XAoxg\u0026s\" height=\"16\" /\u003e Datahub                                                                                           | [Guide](./integrations/platform/catalog-governance/datahub)                         |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqalita-io%2Ftutorials","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqalita-io%2Ftutorials","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqalita-io%2Ftutorials/lists"}