7

I'd like to serve up statistical graphs based on Incanter with a framework like Ring or Compojure in a Clojure environment. I haven't seen any examples or links that do this. Could someone steer me toward working examples? Would Enlive help out here as well?

Thanks

simon-says
  • 71
  • 1

1 Answers1

7

There is a tutorial entry about precisely that on the Data Sorcery blog: Building a Clojure Web application with Incanter, Compojure, and Leiningen.

(Data Sorcery is the official Incanter blog maintained by Incanter's author, David Edgar Liebke.)

Michał Marczyk
  • 83,634
  • 13
  • 201
  • 212
  • See my answer to this SO question for links to materials on Compojure 0.3.x -> 0.4.x transtion: http://stackoverflow.com/questions/3122749/good-current-documentation-and-or-tutorials-for-compojure-ring-development – Michał Marczyk Jul 19 '10 at 21:24
  • See also my answer to this question for an up-to-date summary of the present state of one part of the Clojure web stack: http://stackoverflow.com/questions/3180688/what-is-the-good-starting-point-to-developing-restful-web-service-in-clojure – Michał Marczyk Jul 19 '10 at 21:28