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.1"]

Clojure CLI/deps.edn

pisto/pisto {:mvn/version "0.1"}

Gradle

implementation("pisto:pisto:0.1")

Maven

<dependency>
  <groupId>pisto</groupId>
  <artifactId>pisto</artifactId>
  <version>0.1</version>
</dependency>