20 janvier 2015

Dashboard

Since three days I work on a dashboard that will display statistics in the form of tables and graphs.

I am using with great pleasure the following tools:

Thanks to the ring.middleware.reload middleware and the tip which is to set in ring the compojure's routes as a var quote (#'app-routes), every modification made in the code is taken into account without the need to reload the namespace in the REPL.

I have not yet chosen between Dimple.js and Epoch for the display part.

Finally, doric helps me to show my data in chart form in the REPL, which is appreciable.

Of course the IDE I use is Light Table, a must :-)

Tags: dashboard ring clojure hiccup compojure lightTable