A quick and easy way to play around with queries against your clojure
git repositories.
git clone http://github.com/devn/codeq-playground.git
cd codeq-playground
script/bootstrap
script/start-datomic
to start up Datomicscript/analyze-repo my/clojure/repo-name datomic-db-name
codeq-playground includes a few examples of what you can do with Codeq.
They’re stolen liberally from the Codeq blog post and from Rich Hickey’s
unsession talk on Codeq at Clojure/conj 2012
Once you’ve run `script/analyze-repo` on a Clojure git repository, jump in and try
out some of the examples in `core.clj`.
Send me your ideas in the form of a pull request. That is all.
Copyright © 2012 Devin Walters
Distributed under the Eclipse Public License, the same as Clojure.