When writing a map and reducing view functions for CouchDB in JavaScript, what are the built-in functions available?
For example, various examples relate to the following two functions: emit(key, value) and sum(values) . Are there other functions like avg(values) ?
Where can I find a complete list of all available features?
source share