Skip to content

Example of how to build component based projects with daemon and logging

Notifications You must be signed in to change notification settings

Moocar/clojure-west-2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code examples that I walked through in my Clojure/West 2015 talk "Clojure at Scale".

This is a shell of an application that looks very similar to how we currently write Clojure applications. All state and configuration is encapsulated in Components. The application is started and stopped with Apache Commons Daemon. There are also some useful log utilities in the log namespace.

Readings/Watchings

Here are the readings/watchings that I posted on my last slide if you want to dive deeper on this stuff:

  • Release It! (book) - Mike Nygard
  • Component (youtube) - Stuart Sierra
  • Language of the System (youtube) - Rich Hickey
  • The Phoenix Project (book) - Gene Kim, Kevin Behr, George Spafford

About

Example of how to build component based projects with daemon and logging

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published