Skip to content

Repository files navigation

Data Sentinel

Python version PyPI version License

What is Data Sentinel?

Data Sentinel is a powerful framework for data quality validation and monitoring in production data pipelines. It provides a comprehensive suite of tools to ensure data accuracy, completeness, consistency, and integrity with native support for PySpark and Pandas dataframes.

Data Sentinel is designed with software engineering best practices to help you create robust, maintainable, and scalable data quality monitoring solutions.

How do I install Data Sentinel?

To install Data Sentinel from the Python Package Index (PyPI) run:

pip install datasentinel

For specific use cases, you can install with optional dependencies:

# For PySpark focused data validation
pip install datasentinel[pyspark-checks]

# For Pandas focused data validation
pip install datasentinel[pandas-checks]

# For complete installation with all features
pip install datasentinel[all]

What are the main features of Data Sentinel?

Feature What is this?
Data Quality Validations Execute comprehensive checks to ensure data accuracy, completeness, consistency, and integrity using industry-standard validation rules.
Multi-DataFrame Support Native support for PySpark and Pandas dataframes with consistent APIs.
Audit Stores Comprehensive audit trail logging to multiple destinations including databases and Delta tables.
Notifications Configurable notification system that alerts stakeholders when data quality issues are detected.
Validation Results Stores Store data quality validation results in various formats and destinations for reporting, analysis, and historical tracking.

Why does Data Sentinel exist?

Data quality is critical for successful data-driven organizations, but implementing comprehensive data quality monitoring can be complex and time-consuming. Data Sentinel addresses this by providing:

  • Standardized approach to data quality validation across different technologies.
  • Extensible architecture that adapts to your specific requirements.
  • Best practices built-in for audit logging, notifications, and result management.

Can I contribute?

We welcome contributions to Data Sentinel! Whether you're fixing bugs, adding features, improving documentation, or sharing feedback, your contributions help make Data Sentinel better for everyone.

Check out our contribution guidelines to get started.

Where can I learn more?

License

Data Sentinel is licensed under the Apache Software License (Apache 2.0).

About

Data Sentinel is a comprehensive toolbox designed to perform data quality validations and log audit data in various destinations.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages