Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 668 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 668 Bytes

DataValidator

Data Validation Framework for Spark Streaming, Batch and Java Entities.

This framework leverage the ability to test your spark datasets. The framework offer 3 modes

  1. Inline Validator - Streaming applications with in memory data validations.
  2. Offline Validator - Batch applications
  3. Entity Validator - Java Entities in any application.

The Rule Engine: Data Validator is basically built using the drools rule engine which offers various level data validation on and error handling.

Note: The Framework build is still in progress and will be adding all the capabilities soon.

Test Locally:

Run com.data.validator.batch.ExecuteMain.main