Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D50951088B for ; Mon, 1 Jul 2013 11:52:21 +0000 (UTC) Received: (qmail 16328 invoked by uid 500); 1 Jul 2013 11:52:21 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 16292 invoked by uid 500); 1 Jul 2013 11:52:21 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 16280 invoked by uid 99); 1 Jul 2013 11:52:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jul 2013 11:52:20 +0000 Date: Mon, 1 Jul 2013 11:52:20 +0000 (UTC) From: "Alexander Shorin (JIRA)" To: dev@couchdb.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (COUCHDB-1345) Bulk edit document on the server MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COUCHDB-1345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13696762#comment-13696762 ] Alexander Shorin commented on COUCHDB-1345: ------------------------------------------- This idea is implemented in [couch_normalizer|https://github.com/datahogs/couch_normalizer] project which acts as CouchDB plugin. > Bulk edit document on the server > -------------------------------- > > Key: COUCHDB-1345 > URL: https://issues.apache.org/jira/browse/COUCHDB-1345 > Project: CouchDB > Issue Type: Wish > Reporter: Jan Lehnardt > > [moved here from the wiki] > A Document Runner would provide functionality to run a transform function across all documents in the database. This way you could do maintenance and migrations, with incurring a bunch of http overhead. > The idea was originally floated on the couchdb-user mailing list. > Requirements > Ability to specify a job in a view-server like context (Javascript other language function) and have it run across all docs (like a view is), but with the additional ability to write back to the document (through the http api, so we don't have to add a socket-based update interface). > Caveat: > We may not be able to guarantee that runner functions see each document only once, so functions need to be aware only to modify documents that require modification. > Uses > Changing the format of a timestamp across all docs > Removing sensitive fields before replicating to another jurisdiction > (View runner... slightly different) Materializing the results of group=true reduce queries into a dataset for further map/reduce processing (a common pattern in Hadoop) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira