novamage / rtw   1.0.0-alpha.1

MIT License GitHub

Read-Transform-Write is a pipeline style library for writing components to separate reads, writes, and non-db operations (transforms) in separate stages that each use their own operation context (for example, a different database connection). Helps with writer/reader separated arquitectures such as Amazon RDS clusters

Scala versions: 2.13 2.12

rtw 1.0.0-alpha.1


Group ID:
com.github.novamage
Artifact ID:
rtw_2.12
Version:
1.0.0-alpha.1
Release Date:
Mar 18, 2024
Licenses:
MIT
Files:

libraryDependencies += "com.github.novamage" %% "rtw" % "1.0.0-alpha.1"

Mill build tool

ivy"com.github.novamage::rtw:1.0.0-alpha.1"

Scala CLI

//> using dep "com.github.novamage::rtw:1.0.0-alpha.1"

Ammonite REPL

import $ivy.`com.github.novamage::rtw:1.0.0-alpha.1`

<dependency>
  <groupId>com.github.novamage</groupId>
  <artifactId>rtw_2.12</artifactId>
  <version>1.0.0-alpha.1</version>
</dependency>

compile group: 'com.github.novamage', name: 'rtw_2.12', version: '1.0.0-alpha.1'