data-tools / big-data-types   1.3.3

Apache License 2.0 Website GitHub

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.

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.12
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.12</artifactId>
  <version>0.3.5</version>
</dependency>

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