Month: November 2012

Deploying Datomic free on EC2 or any Ubuntu system

Here’s a quick rundown on getting Datomic free running on EC2 or any Ubuntu system. This includes a startup script, and a symlinked runtime to make upgrading Datomic less painful. I highly recommend scripting this and the rest of your cloud with Pallet. Start up an EC2 instance (preferably m1.small since Datomic wants 1GB ram). …

Deploying Datomic free on EC2 or any Ubuntu system Read More »

Integrating Logback with Clojure

I’ve uploaded a sample project showing you how to integrate Logback with Clojure. There are simpler Clojure logging libraries like TimbreĀ , but using a standardised Java logging has the handy advantage of letting you control logging from non-clojure code as well as redirecting to separate log files and appenders.