معرفی شرکت ها


contessa-0.2.9


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Data-quality framework
ویژگی مقدار
سیستم عامل -
نام فایل contessa-0.2.9
نام contessa
نسخه کتابخانه 0.2.9
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Mario Hunka
ایمیل نویسنده mario.hunka@kiwi.com
آدرس صفحه اصلی https://github.com/kiwicom/contessa
آدرس اینترنتی https://pypi.org/project/contessa/
مجوز MIT
Contessa ============================ Hello, welcome to Contessa! Contessa is a **Data Quality** library that provides you an easy way to define, execute and store quality rules for your data. Instead of writing a lot of sql queries that look almost exactly the same, we're aiming for more pragmatic approach - define rules programatically. This enables much more flexibility for the user and also for us as the creators of the lib. We implement new Rules (incrementally) that should reflect Data Quality domain. From the start these are simple rules like - NOT_NULL, GT (greater than) etc. We want to build on these simple rules and provide more complex Data Quality checkers out-of-the-box. **Goals:** - be database agnostic (to a reasonable degree), so you will define checks against any database (e.g. mysql vs. postgres) in the same way - automatize data quality results e.g. from postgres table to Datadog dashboard - programmatic approach to data-quality definition, which leads to: - dynamic composition of rules in a simple script using db or any 3rd party tool - e.g. take all tables, create NOT_NULl rule for all of them for each integer column - users can use special rules for data if needed, if not, they can go with generic solutions - automatizable testable parts of definitions when needed - easier maintenance when number of checks scales too fast :) Full docs here https://contessa.readthedocs.io/en/latest


نیازمندی

مقدار نام
>=1.2 sqlalchemy
>=2.7 psycopg2
>=2.10 jinja2
>=0.8.10 alembic
>=7.0 click
>=19.2 packaging


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl contessa-0.2.9:

    pip install contessa-0.2.9.whl


نصب پکیج tar.gz contessa-0.2.9:

    pip install contessa-0.2.9.tar.gz