data-tools / big-data-types   1.3.2

Apache License 2.0 Website GitHub

A library to transform Scala product types and Schemas from different systems into other Schemas. Any implemented type gets automatically methods to convert it into the rest of the types and vice versa. For example, an Spark Schema can be transformed into a BigQuery table.

Scala versions: 3.x 2.13 2.12

big-data-types-core 0.3.5


Group ID:
io.github.data-tools
Artifact ID:
big-data-types-core_2.13
Version:
0.3.5
Release Date:
May 15, 2021
Licenses:
Files:

libraryDependencies += "io.github.data-tools" %% "big-data-types-core" % "0.3.5"

Mill build tool

ivy"io.github.data-tools::big-data-types-core:0.3.5"

Scala CLI

//> using dep "io.github.data-tools::big-data-types-core:0.3.5"

Ammonite REPL

import $ivy.`io.github.data-tools::big-data-types-core:0.3.5`

<dependency>
  <groupId>io.github.data-tools</groupId>
  <artifactId>big-data-types-core_2.13</artifactId>
  <version>0.3.5</version>
</dependency>

compile group: 'io.github.data-tools', name: 'big-data-types-core_2.13', version: '0.3.5'