RipcordSoftware / AvanceDB

An in-memory database based on the CouchDB REST API and containing the CouchDB Futon and Fauxton web sites
GNU Affero General Public License v3.0
161 stars 12 forks source link

Implement JavaScript Map/Reduce #46

Closed craigminihan closed 8 years ago

craigminihan commented 8 years ago

AvanceDB should support JavaScript Map/Reduce to the same level as CouchDB 1.6. Reducers should be limited to _stats, _count and _sum.

craigminihan commented 8 years ago

Map implemented, reduce will come in 0.2

craigminihan commented 8 years ago

Closing since #47 covers the missing reduce parts