Announcing clj-salt-api - Clojure Saltstack Client - My first Clojure project

Hello Clojurists!

I’m happy to announce the first release of clj-salt-api, clojure Salstack client and my first clojure project.

clj-salt-api is data oriented library for invoking Saltstack API over HTTP. Salstack has an option to run commands synchronously or asynchronously (based on listening to Saltstack events). clj-salt-api implements both approaches with core.async library.

I’ve written a blog/code walkthrough with detail description of design, code conventions, testing approach and caveats I have experienced during the development of clj-salt-api.

I’d be happy to get some review.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.