com.timezynk/assembly-line

Designed to create data workflows with different stations where the processing can be done. The assembly line can easily be extend with new stations, you can run it up to a specific station, pause it, resume it and execute it asynchronously.

Leiningen/Boot

[com.timezynk/assembly-line "1.0.0"]

Clojure CLI/deps.edn

com.timezynk/assembly-line {:mvn/version "1.0.0"}

Gradle

implementation("com.timezynk:assembly-line:1.0.0")

Maven

<dependency>
  <groupId>com.timezynk</groupId>
  <artifactId>assembly-line</artifactId>
  <version>1.0.0</version>
</dependency>