Skip to content

Instantly share code, notes, and snippets.

@thanos
Created March 13, 2012 19:39
Show Gist options
  • Select an option

  • Save thanos/2031064 to your computer and use it in GitHub Desktop.

Select an option

Save thanos/2031064 to your computer and use it in GitHub Desktop.
An erlang view using couch:util
fun({Doc}) ->
Bucket = couch_util:get_value(<<"bucket">>, Doc, null),
Emit(Bucket, null)
end.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment