Skip to content

Instantly share code, notes, and snippets.

@MichaelDrogalis
Created November 19, 2012 16:34
Show Gist options
  • Save MichaelDrogalis/4111672 to your computer and use it in GitHub Desktop.
Save MichaelDrogalis/4111672 to your computer and use it in GitHub Desktop.
Mongo draft
(seed-table
{:database {:db "stuff" :username "xx" :password "xx" :vendor :mongo} :policy :clean-slate :n 50
:types {:name {:type :string :min 5 :max 10}
:age {:type :integer :min 0 :max 99}
:zip {:type :string :exactly 5}}
(randomized :name)
(randomized :age)
(randomized :zip))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment