logic-schema-demo

spark-ds/logic-schema is a Scala library for data specification and validation across dataframes(hence logic schema), to help developing applications based on Apache Spark.

License

License

GroupId

GroupId

com.github.spark-ds
ArtifactId

ArtifactId

logic-schema-demo_2.12
Last Version

Last Version

0.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

logic-schema-demo
spark-ds/logic-schema is a Scala library for data specification and validation across dataframes(hence logic schema), to help developing applications based on Apache Spark.
Project URL

Project URL

https://github.com/spark-ds/logic-schema
Project Organization

Project Organization

com.github.spark-ds
Source Code Management

Source Code Management

https://github.com/spark-ds/logic-schema

Download logic-schema-demo_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.spark-ds/logic-schema-demo_2.12/ -->
<dependency>
    <groupId>com.github.spark-ds</groupId>
    <artifactId>logic-schema-demo_2.12</artifactId>
    <version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spark-ds/logic-schema-demo_2.12/
implementation 'com.github.spark-ds:logic-schema-demo_2.12:0.0.5'
// https://jarcasting.com/artifacts/com.github.spark-ds/logic-schema-demo_2.12/
implementation ("com.github.spark-ds:logic-schema-demo_2.12:0.0.5")
'com.github.spark-ds:logic-schema-demo_2.12:jar:0.0.5'
<dependency org="com.github.spark-ds" name="logic-schema-demo_2.12" rev="0.0.5">
  <artifact name="logic-schema-demo_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spark-ds', module='logic-schema-demo_2.12', version='0.0.5')
)
libraryDependencies += "com.github.spark-ds" % "logic-schema-demo_2.12" % "0.0.5"
[com.github.spark-ds/logic-schema-demo_2.12 "0.0.5"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.12
com.github.spark-ds : logic-schema_2.12 jar 0.0.5

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.12 jar 3.0.1

Project Modules

There are no modules declared in this project.

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

Versions

Version
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1