vj12
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

map.js
application/javascript

Download raw (96 bytes)

function(doc) {
  if (doc.app == "domino") {
    emit([doc.elt_id, doc.created_at], doc);
  }
}