A library to transform Scala product types and Schemes from different systems into other Schemes. Any implemented type automatically gets methods to convert it into the rest of the types and vice versa. E.g: a Spark Schema can be transformed into a BigQuery table.
big-data-types 0.0.1
Group ID:
io.github.data-tools
Artifact ID:
big-data-types_2.13
Version:
0.0.1
Release Date:
Dec 23, 2020
Licenses:
Files:
Full Scala Version:
2.13.3
Developers:
libraryDependencies += "io.github.data-tools" %% "big-data-types" % "0.0.1"
ivy"io.github.data-tools::big-data-types:0.0.1"
//> using dep "io.github.data-tools::big-data-types:0.0.1"
import $ivy.`io.github.data-tools::big-data-types:0.0.1`
<dependency> <groupId>io.github.data-tools</groupId> <artifactId>big-data-types_2.13</artifactId> <version>0.0.1</version> </dependency>
compile group: 'io.github.data-tools', name: 'big-data-types_2.13', version: '0.0.1'