From user-return-21315-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Thu Jun 21 06:34:54 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 EC8B191D0 for ; Thu, 21 Jun 2012 06:34:53 +0000 (UTC) Received: (qmail 24793 invoked by uid 500); 21 Jun 2012 06:34:52 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 24763 invoked by uid 500); 21 Jun 2012 06:34:52 -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 24744 invoked by uid 99); 21 Jun 2012 06:34:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jun 2012 06:34:51 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FSL_RCVD_USER,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of cliffano@gmail.com designates 74.125.82.54 as permitted sender) Received: from [74.125.82.54] (HELO mail-wg0-f54.google.com) (74.125.82.54) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jun 2012 06:34:45 +0000 Received: by wgbfg15 with SMTP id fg15so206306wgb.23 for ; Wed, 20 Jun 2012 23:34:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Krw05UIfLcUVcGF5CHTPrT6yOHIseq696xDNoSkhE0g=; b=MyXY125ARwtBnaH8YnV6R5aEJBbVwLE+ONrNletgEgoghfgRxffYB63fCtrWptBr5I cxMoSko4vURb8W5Vw/vwb/2p6qBAlAUZS+0jqoEzF5+JwXqP7TOuuFKxbswgMvlzGOWN pRMxKVrwT6CIp6/QqDA0Bl3/x24OUWE9ulylS+BJw5m8vyWag3Yur8otiAqKRl66+lr0 IKyf1oAQL2R1s3IGVGyW/HTn4W+BLOy0kCXs6KmPbN5jgFSBPUFhvbQwzneXJbNKDBN5 jVFvjKmb5NRENiuA5Vn+X+eUP288keMeaBYoMetUvXomDf9rXFnx87WkbnzXsEc24KQD nA2g== MIME-Version: 1.0 Received: by 10.216.80.22 with SMTP id j22mr14546813wee.198.1340260465058; Wed, 20 Jun 2012 23:34:25 -0700 (PDT) Received: by 10.223.156.76 with HTTP; Wed, 20 Jun 2012 23:34:24 -0700 (PDT) In-Reply-To: References: Date: Thu, 21 Jun 2012 16:34:24 +1000 Message-ID: Subject: Re: couchtato replacement? From: Cliffano Subagio To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=001485f6288ced234104c2f5b4c2 --001485f6288ced234104c2f5b4c2 Content-Type: text/plain; charset=ISO-8859-1 Hello, Thanks Bryan for leaving a comment on log4js workaround when using couchtato with node v0.0.6 https://github.com/cliffano/couchtato/issues/1#issuecomment-6269231 No workaround needed with node v0.0.4 (some users are still on v0.0.4). I've been slowly refactoring couchtato these past months, mostly to replace craddle with nano, and to simplify the rest of the code. This is still in progress, almost there. Cheers, Cliff. On Wed, Jun 20, 2012 at 12:24 AM, Dave Cottlehuber wrote: > 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 > --001485f6288ced234104c2f5b4c2--