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-cassandra 0.5.1


Group ID:
io.github.data-tools
Artifact ID:
big-data-types-cassandra_3
Version:
0.5.1
Release Date:
Sept 17, 2021
Licenses:
Files:

libraryDependencies += "io.github.data-tools" %% "big-data-types-cassandra" % "0.5.1"

Mill build tool

ivy"io.github.data-tools::big-data-types-cassandra:0.5.1"

Scala CLI

//> using dep "io.github.data-tools::big-data-types-cassandra:0.5.1"

Ammonite REPL

import $ivy.`io.github.data-tools::big-data-types-cassandra:0.5.1`

<dependency>
  <groupId>io.github.data-tools</groupId>
  <artifactId>big-data-types-cassandra_3</artifactId>
  <version>0.5.1</version>
</dependency>

compile group: 'io.github.data-tools', name: 'big-data-types-cassandra_3', version: '0.5.1'