-
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
ecosystem - JavaScript/Node.js library based on Component
james-henderson/yoyo - starting, reloading (via clojure.tools.namespace) and stopping Clojure systems in a functional style; yoyo announcement; yoyo comparison with Component
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
rebort/scccw/components.md - a simple, convention-based, Clojure project organization. components.md is not a library or framework
ShaneKilkelly/clj-omni - Simple, global service locator for Clojure
tolitius/mount - mount is an alternative to the component approach with notable differences
vmarcinko/teuta - dependency-injection container; Teuta blog post
zcaudate/hara - Clojure utility library, including a reimplementation of components; hara.component blog post
The Abstract Container Pattern by Chris Zheng and discussion on the Clojure mailing list