1 Repo
Utilities that generate reports detailing modifications made to input data during the validation process.
Distinct from Data Reporting: Distinct from Data Reporting: focuses specifically on tracking data changes during validation rather than general data pipeline reporting.
Explore 1 awesome GitHub repository matching data & databases · Validation Change Logs. Refine with filters or upvote what's useful.
Ajv is a high-performance data validation framework that compiles JSON schemas into optimized, standalone JavaScript functions. By transforming declarative schema definitions into executable code, it eliminates runtime interpretation overhead and provides a secure, efficient way to enforce data integrity across both browser and server environments. The library distinguishes itself through its focus on performance and type safety. It employs advanced compilation techniques, including abstract syntax tree optimization and function caching, to ensure rapid validation. Beyond standard checks, it
Generates documents describing the differences between input data and validated output to track modifications made during the validation process.