DataScreenIQ icon
DataScreenIQ icon

DataScreenIQ

Real-time data quality screening API — PASS / WARN / BLOCK in <10ms. Schema drift, null spikes, type mismatches, outlier detection. Python SDK.

Landing Page

Cost / License

  • Freemium (Subscription)
  • Open Source (MIT)

Platforms

  • Online
DataScreenIQ screenshot 1
Problem
+2
Detection
0likes
0comments
0alternatives
0articles

Features

DataScreenIQ News & Activities

Highlights All activities

Recent activities

DataScreenIQ information

  • Developed by

    AU flagAppDevIQ
  • Licensing

    Open Source (MIT) and Freemium product.
  • Pricing

    Subscription ranging between $19 and $199 per month + free version with limited functionality.
  • Written in

  • Alternatives

    0 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  1 Stars
  •  0 Forks
  •  0 Open Issues
  •   Updated  
View on GitHub
DataScreenIQ was added to AlternativeTo by Vignesh J on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is DataScreenIQ?

Here's the full description for AlternativeTo:

DataScreenIQ is a data quality screening API that sits between your data source and your database. Send any batch of data (JSON, CSV, or files) and get back a verdict — PASS, WARN, or BLOCK — in milliseconds.

Most data quality tools run after the data is already in your warehouse. By the time Great Expectations or dbt tests flag a problem, bad rows have been in production for hours. DataScreenIQ moves the check to the ingest boundary, before storage, before transformation.

Every batch goes through a single-pass column analysis that checks for schema drift (fields added, removed, or changed type), null rate spikes, type mismatches, empty string rates, duplicate detection, outliers via IQR, approximate distinct counts via HyperLogLog, enum/cardinality tracking, timestamp staleness, and row count anomalies. After the first batch, every subsequent batch is compared against a stored baseline to detect drift automatically.

The API runs on Cloudflare Workers and processes data entirely in-memory. No raw payload data is ever stored. Only aggregated statistics like schema fingerprints, null rates, and health scores are retained.

DataScreenIQ includes a Python SDK on PyPI (pip install datascreeniq) with support for JSON, CSV, Excel, and pandas DataFrames. It integrates with Airflow, Prefect, dbt, and any HTTP-capable pipeline.

Free tier includes 500,000 rows per month with no credit card required. Paid plans start at $19/month for 5 million rows.

For the Tags section, use: data quality, data validation, schema drift, ETL, data pipeline, API, data engineering

For Alternatives to, list: Great Expectations, Soda Core, Monte Carlo, Datafold, dbt tests

That last part is key — it's how people discover you when searching "Great Expectations alternative" on AlternativeTo.

Official Links