You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library has the "map" concept from CouchDB/PouchDB, but it lacks the corresponding "reduce" that is part of the "map/reduce" paradigm. It is not a critical feature, but it is sometimes useful. In particular, a way to "count" or "sum" the outputs of the map function seems the most common use case.
The text was updated successfully, but these errors were encountered:
This library has the "map" concept from CouchDB/PouchDB, but it lacks the corresponding "reduce" that is part of the "map/reduce" paradigm. It is not a critical feature, but it is sometimes useful. In particular, a way to "count" or "sum" the outputs of the map function seems the most common use case.
The text was updated successfully, but these errors were encountered: