Skip to content

Instantly share code, notes, and snippets.

@mwmitchell
Created October 16, 2010 18:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mwmitchell/630154 to your computer and use it in GitHub Desktop.
Save mwmitchell/630154 to your computer and use it in GitHub Desktop.
(ns apij.indexer
(:use
cake
cake.core
somnium.congomongo))
(deftask index_from_mongo
(bake
"Produce and index from a mongo database"
(mongo! :db "rva_en")
(println "TESTING")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment