The conductor-clojure repository provides the client SDKs to build task workers in clojure
Building the task workers in clojure mainly consists of the following steps:
:deps {org.clojure/clojure {:mvn/version "1.11.0"}
io.orkes/conductor-clojure {:mvn/version "0.3.1"}}
Configure the authentication settings if your Conductor server requires authentication.
See Access Control for more details on role-based access control with Conductor and generating API keys for your environment.
;;; define options
{:app-key "some-key",
:app-secret "some-secret",
:url "http://localhost:8080/api/"}
Software Development Kit for Netflix Conductor, written on and providing support for Clojure.
Clojure
99.9%
The conductor-clojure repository provides the client SDKs to build task workers in clojure
Building the task workers in clojure mainly consists of the following steps:
:deps {org.clojure/clojure {:mvn/version "1.11.0"}
io.orkes/conductor-clojure {:mvn/version "0.3.1"}}
Configure the authentication settings if your Conductor server requires authentication.
See Access Control for more details on role-based access control with Conductor and generating API keys for your environment.
;;; define options
{:app-key "some-key",
:app-secret "some-secret",
:url "http://localhost:8080/api/"}
Software Development Kit for Netflix Conductor, written on and providing support for Clojure.
Clojure
99.9%