New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

datacert

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datacert

Local-first data profiling toolkit powered by WebAssembly

latest
Source
npmnpm
Version
0.1.20
Version published
Weekly downloads
7
40%
Maintainers
1
Weekly downloads
 
Created
Source

DataCert

Certify your data quality instantly. No cloud. No upload. 100% Local.

WASM Powered SolidJS License: MIT

DataCert Home

DataCert is a high-performance, browser-based profiling suite designed for data engineers who value privacy and speed. By leveraging Rust compiled to WebAssembly, DataCert processes millions of rows directly on your device - your data never leaves your machine.

⚡ Quick Start

Jump in immediately from your terminal:

npx datacert

🚀 Why DataCert?

🛡️ Privacy First🏎️ Near-Native Speed🛠️ Zero dependencies
Processing happens entirely in your browser's memory. Safe for PII and sensitive internal data.Rust/WASM streaming engine handles massive CSVs faster than Python-based alternatives.No Python setup, no Docker, no Cloud console. Just drop your file and go.

✨ Features

📂 Intelligent Column Selection (Tree Mode)

Tree Mode

📊 Professional Data Profiling

Profiling Report

🦆 In-Browser SQL Engine

SQL Mode

🎯 The Mission

Our goal is to make data profiling as ubiquitous as ls or grep. DataCert was built to be the "Data Quality Swiss Army Knife"—a tool that is always ready, requires zero setup, and treats your data with the privacy it deserves.

  • Private by Design: We don't want your data. In an era of data leaks, DataCert ensures your PII and sensitive internal data never leave your browser's memory.
  • Instant Gratification: From raw file to comprehensive profile in seconds. No login, no cloud configuration, no waiting.
  • Collaborative Audits: High-fidelity reporting allows teams to share quality insights without ever needing to move the underlying datasets.

🛠️ Getting Started

The fastest way to use DataCert is via npx. This launches the profiler directly in your browser using your local machine for analysis:

npx datacert

Automated Profiling (CI/CD)

Run headless profiling with pass/fail quality gates for your data pipelines:

npx datacert profile data.csv --fail-on-missing 5

See the CLI Guide for more.

🏗️ Technical Stack

  • Engine: Rust (Edition 2021) + wasm-bindgen
  • UI: SolidJS + Tailwind CSS
  • Query Engine: DuckDB-WASM
  • Bundler: Vite

🤝 Contributing & License

We welcome contributions! Check the tickets/ directory for our current roadmap.

License: MIT

Keywords

data-profiling

FAQs

Package last updated on 16 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts