-
Notifications
You must be signed in to change notification settings - Fork 94
Resources
This page lists resources related to the Component library.
Anyone may add links to this page.
More Open-Source Clojure Systems, Please (uSwitch blog)
Customizing stuartsierra/component (@tangrammer blog)
danielsz/system - readmade components
james-henderson/phoenix - A plugin for configuring, co-ordinating and reloading Components; Phoenix release announcement
juxt/modular - readymade components, templates, & utilities
modularity.org - a choice of application templates to get started quickly with a component-based application
milesian/system-diagrams - get real time stuartsierra/component system visualisations
milesian/BigBang - decomplect your stuartsierra customization system from component/start
milesian/aop - (AOP) Aspect Oriented Programming in stuartsierra/component
quile/component-cljs - ClojureScript port of Component
tangrammer/co-dependency - define cyclic dependency relations in stuartsierra/component
otto-de/tesla-microservice - common basis for some of otto.de's microservices; Tesla Microservice blog post
weavejester/duct - minimal framework for building web applications in Clojure
weavejester/reloaded.repl - REPL functions to support the reloaded workflow
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