pisto

A simplistic formalization of the lifecycle of stateful systems. Removes a lot of the pain related to debugging a system of many simple services.

Leiningen/Boot

[pisto "0.2-SNAPSHOT"]

Clojure CLI/deps.edn

pisto/pisto {:mvn/version "0.2-SNAPSHOT"}

Gradle

implementation("pisto:pisto:0.2-SNAPSHOT")

Maven

<dependency>
  <groupId>pisto</groupId>
  <artifactId>pisto</artifactId>
  <version>0.2-SNAPSHOT</version>
</dependency>