Skip to content

rbxbx/codeq-playground

 
 

Repository files navigation

Codeq Playground

A quick and easy way to play around with queries against your clojure
git repositories.

Requirements

Get Started

  • git clone http://github.com/devn/codeq-playground.git
  • cd codeq-playground
  • script/bootstrap
  • script/start-datomic to start up Datomic
  • script/analyze-repo my/clojure/repo-name datomic-db-name

Examples

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`.

Contributing

Send me your ideas in the form of a pull request. That is all.

License

Copyright © 2012 Devin Walters

Distributed under the Eclipse Public License, the same as Clojure.

About

a repo to get you up and running with codeq quickly with examples provided

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 79.7%
  • Shell 20.3%