From user-return-21264-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Tue Jun 19 14:25:25 2012 Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6DFA298FF for ; Tue, 19 Jun 2012 14:25:25 +0000 (UTC) Received: (qmail 25288 invoked by uid 500); 19 Jun 2012 14:25:23 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 25238 invoked by uid 500); 19 Jun 2012 14:25:23 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 25219 invoked by uid 99); 19 Jun 2012 14:25:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jun 2012 14:25:23 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FSL_RCVD_USER,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dave@muse.net.nz designates 209.85.212.52 as permitted sender) Received: from [209.85.212.52] (HELO mail-vb0-f52.google.com) (209.85.212.52) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jun 2012 14:25:16 +0000 Received: by vbzb23 with SMTP id b23so4001477vbz.11 for ; Tue, 19 Jun 2012 07:24:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=muse.net.nz; s=google; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=Xlnc/YwlUBzaj89qR8YDPwV3sLhYWZy+LVEkz/NL7R0=; b=nkDmCQ/EBztY5v5xuaz/1X3qRGHKXsyGemn0P59KD49uLw6Qr9W1YP9YcZZzcBM+ZF RP9G+087Wkhl/eV9idMr4hh4cKljUx/5U45+g+VRAVk43DTyja/Qwq/0agOegwd1q8Ac Qcd3K8L8iNnhQbD/BO4xnbvlExeP+cEgMzYkw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:content-type:x-gm-message-state; bh=Xlnc/YwlUBzaj89qR8YDPwV3sLhYWZy+LVEkz/NL7R0=; b=TkDD80b3aatbVqkaLu7Tf2sQp8kw8BNtNeIsddJ79bqRvn87tDaJ/bbUTwy8Z9Al9J bm0sTN2S4qgO7ZhBQxgc99yi37/X/SrVxH0kXnnZWoj0Kyz+5i/rbEIFCHxl5OyxC45U K9IOgHvp42uRxcBV28ec+5bBBRkZ4flYVKWPIz/UJt4p24QI/273T8nt77pcIhT7LRuO o+nh+neG/zWyfvoPbxYZfuPsafCmHuQVi6OmdgxMzR4VQWWIw3RFuD/l/jp9oKQ1gyZ/ wpRRxmTKWVRzRolcn6ScVR21yfZLndDHN4ReYT6LnjF1gfIqVvN3jUOfir8j06OL7rbM UWoA== MIME-Version: 1.0 Received: by 10.52.21.174 with SMTP id w14mr7887268vde.24.1340115894427; Tue, 19 Jun 2012 07:24:54 -0700 (PDT) Received: by 10.52.33.172 with HTTP; Tue, 19 Jun 2012 07:24:54 -0700 (PDT) X-Originating-IP: [84.112.19.176] In-Reply-To: References: Date: Tue, 19 Jun 2012 16:24:54 +0200 Message-ID: Subject: Re: couchtato replacement? From: Dave Cottlehuber To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQlwl+4CqxcqHKL3BUlnnBZ0Gi979lPAgSV87vo8BM69bBAfrNJ1DVuW8rd07tayOXjgns2e On 19 June 2012 15:10, bryan rasmussen wrote: > .Hi, > > I was hoping to use couchtato: > > "https://github.com/cliffano/couchtato > It's a command line tool (using nodejs) that allows you to apply javascript > functions against all documents in a database, 'offline' in the sense that > those javascript functions live in a couchtato config file on your local > filesystem instead of a view on CouchDB server." > > To manage some data in my project, but it looks sort of out of date. > Does anyone know of another tool that does similar things? > I guess if not I might fork it as my excuse to learn node.js, which I > am thinking to move to as my front end server at some point anyway. > > Thanks, > Bryan Rasmussen Hi Bryan, the get/put API of couchdb hasn't changed in years, the project got updates 4 days ago & it uses cradle underneath. I think you should just try it, likely it will work OOTB. A+ Dave