Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Going Full Monty with full.monty

Going Full Monty with full.monty

Denver Clojure meetup, September 10, 2015

Kārlis Lauva

September 10, 2015
Tweet

More Decks by Kārlis Lauva

Other Decks in Programming

Transcript

  1. Clojure @ FullContact • Used for HTTP microservices • Open

    sourced parts under full.monty • Extensive use of core.async
  2. Our humble app stack • DropWizard for Clojure µservices •

    Opinionated • Glue for battle-tested libraries • Keep it simple, reasonably smart Clojure developer
  3. What's in the box? • http-kit for HTTP (via full.http)

    • cheshire for JSON (via full.json) • core.async (via full.async) • Riemann for metrics (via full.metrics) ...and more!