-
Notifications
You must be signed in to change notification settings - Fork 94
Related Work
Work by others which is similar to, but not based on, Component. Different approaches, different solutions.
dar-clojure/container - Dependency injection container
dubiousdavid/system - Start and stop services in a particular order
james-henderson/yoyo - starting, reloading (via clojure.tools.namespace) and stopping Clojure systems in a functional style
juxt/jig - application harness for interactive development
mccraigmccraig/clomponents - component management for Clojure apps
palletops/leaven - component composition library for Clojure and ClojureScript; Leaven release announcement
Prismatic/plumbing - dataflow-structured function composition; Graph blog post
puppetlabs/trapperkeeper - services framework for Clojure / JVM applications; Puppet Labs blog post
vmarcinko/teuta - dependency-injection container; Teuta blog post
zcaudate/hara - Clojure utility library, including a reimplementation of components; hara.component blog post