Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 477 Bytes

README.adoc

File metadata and controls

10 lines (7 loc) · 477 Bytes

Spark-DS/logic-schema is a Scala library to create data specification and validation, help developing applications based on Apache Spark.

Spark-DS/logic-schema follows the principal of code as specification and configuration, it enables developers to

  • Create Apache Spark data schema;

  • Specify constraints;

  • Compare Schemas;

  • Validate data against schema.

For examples of using this library, please refer logic-schema-demo