Skip to content

Instantly share code, notes, and snippets.

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