sputnik

Sputnik is a Clojure library for parallelization of computations to distributed computation nodes. Sputnik does not only handle the distribution and execution of tasks but also the configuration and deployment of the server and the workers.

  • VCSN/A

  • cljdoc documentationcljdoc
  • 649 Downloads
  • 18 This Version

Leiningen/Boot

[sputnik "0.5.4-SNAPSHOT"]

Clojure CLI/deps.edn

sputnik/sputnik {:mvn/version "0.5.4-SNAPSHOT"}

Gradle

implementation("sputnik:sputnik:0.5.4-SNAPSHOT")

Maven

<dependency>
  <groupId>sputnik</groupId>
  <artifactId>sputnik</artifactId>
  <version>0.5.4-SNAPSHOT</version>
</dependency>