Skip to content

Truthound Dashboard

Open-Source Data Quality Monitoring Platform — A comprehensive alternative to GX Cloud

Truthound Dashboard is an open-source data quality monitoring platform that provides capabilities comparable to GX Cloud at no cost. The system is designed to democratize enterprise-grade data quality tooling by delivering a full-featured monitoring solution under the Apache 2.0 license.

Comparative Analysis

Feature GX Cloud Truthound Dashboard
UI-based Rule Editing Paid Free
Validation History Paid Free
Scheduled Validations Paid Free
Slack/Email Notifications Paid Free
Auto Schema Generation Paid Free
Drift Detection Paid Free
Unlimited Users Team Plan Free
Pricing Subscription $0

Quick Start

# Installation
pip install truthound-dashboard

# Launch (browser opens automatically)
truthound serve

The dashboard becomes operational within seconds of invocation.

Key Capabilities

Data Sources

Connect to CSV, Parquet, PostgreSQL, MySQL, Snowflake, BigQuery, and additional data sources through a unified connector framework.

Visual Schema Editor

Create and modify validation schemas through the graphical interface without manual code authoring.

Validation History

Track data quality trends over time through chronological validation records with statistical analysis.

Scheduled Validations

Configure automated validation execution using cron-based scheduling with six distinct trigger types.

Notifications

Receive alerts via Slack, Email, or Webhook (among nine supported channels) when validations fail.

Auto Schema Generation

Automatically generate schemas from data characteristics using th.learn with configurable constraint inference.

Drift Detection

Compare two datasets to detect schema and distribution changes using 14 statistical methods.

Dark Mode and Internationalization

Full support for dark/light themes and multiple languages (English, Korean built-in, 15+ via AI translation).

AI-Powered Translation

Translate the UI to any supported language using OpenAI, Anthropic, Ollama, or Mistral with a single CLI command.

Documentation

Getting Started

Data Management

Data Quality

ML and Monitoring

System

Live Demo

Experience the dashboard at:

https://truthound-dashboard.netlify.app

The demo operates in mock mode using MSW (Mock Service Worker) without a backend connection. For actual data validation operations, install the package locally.

Truthound Core Engine Integration

Truthound Dashboard maintains a systematic bidirectional integration with the Truthound core validation engine (v1.3.0). The core engine underwent a five-phase enhancement programme, each of which necessitated corresponding adaptations in the dashboard's backend adapter, result converter, Pydantic schemas, and frontend TypeScript types:

Phase Enhancement Dashboard Impact
PHASE 1 Result Format System result_format parameter propagation (4-level progressive disclosure)
PHASE 2 Structured Results ValidationDetail, ReportStatistics schema extensions
PHASE 3 Metric Deduplication No dashboard changes (internal optimisation; improved response latency)
PHASE 4 DAG Execution ValidatorExecutionSummary with skip/dependency tracking
PHASE 5 Exception Isolation catch_exceptions/max_retries parameters; ExceptionInfo/ExceptionSummary schemas

For detailed integration specifications, refer to the Architecture and Validations documentation.

License

Apache License 2.0