From couchdb-user-return-2048-apmail-incubator-couchdb-user-archive=incubator.apache.org@incubator.apache.org Sat Nov 29 20:51:46 2008 Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 36240 invoked from network); 29 Nov 2008 20:51:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Nov 2008 20:51:46 -0000 Received: (qmail 41574 invoked by uid 500); 29 Nov 2008 20:51:56 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 41545 invoked by uid 500); 29 Nov 2008 20:51:56 -0000 Mailing-List: contact couchdb-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-user@incubator.apache.org Delivered-To: mailing list couchdb-user@incubator.apache.org Received: (qmail 41534 invoked by uid 99); 29 Nov 2008 20:51:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Nov 2008 12:51:56 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jwall@google.com designates 216.239.45.13 as permitted sender) Received: from [216.239.45.13] (HELO smtp-out.google.com) (216.239.45.13) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Nov 2008 20:50:29 +0000 Received: from wpaz1.hot.corp.google.com (wpaz1.hot.corp.google.com [172.24.198.65]) by smtp-out.google.com with ESMTP id mATKmFxK014606 for ; Sat, 29 Nov 2008 12:48:15 -0800 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=google.com; s=beta; t=1227991695; bh=scP5RFRxgOvKSXIBUku/MvWEVWI=; h=DomainKey-Signature:MIME-Version:Date:Message-ID:Subject:From:To: Content-Type; b=wy3kwHSABaFPjVILW9averZAzTr4WO3WqGubSi4wIlDZ19ddCN ojIGbca0zpr8AzLu05KQj7cIafsz3SGBTO2g== DomainKey-Signature: a=rsa-sha1; s=beta; d=google.com; c=nofws; q=dns; h=mime-version:date:message-id:subject:from:to:content-type; b=FbUm7xN8grXr75kcyYTsPHIAe1mTHK9ZyirJz6JX2jgXqzIM+GA9Pj4dnW1Fm1djL CR4zvvK8VWH6uhYkf1aeQ== Received: from rv-out-0708.google.com (rvfb17.prod.google.com [10.140.179.17]) by wpaz1.hot.corp.google.com with ESMTP id mATKmDid012372 for ; Sat, 29 Nov 2008 12:48:14 -0800 Received: by rv-out-0708.google.com with SMTP id b17so1934768rvf.42 for ; Sat, 29 Nov 2008 12:48:13 -0800 (PST) MIME-Version: 1.0 Received: by 10.142.157.9 with SMTP id f9mr3861604wfe.87.1227991692726; Sat, 29 Nov 2008 12:48:12 -0800 (PST) Date: Sat, 29 Nov 2008 14:48:12 -0600 Message-ID: <7c40ded80811291248s74059e19kc04b7bce26ae6ef4@mail.gmail.com> Subject: new command line tool to interactively edit views in CouchDB From: Jeremy Wall To: couchdb-user@incubator.apache.org Content-Type: multipart/alternative; boundary=000e0cd2de46a1d042045cda1807 X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd2de46a1d042045cda1807 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hiya, I've started work on a new module and script in the DB::CouchDB::Schema perl module dist. couch_view_tool.pl allows you to interactively edit views in a couchdb schema. I was hoping that maybe I could get some folks to give it a test drive. It's pretty much complete just needs some tweaking a little and the perspective of someone other than me would be of great help. you can download the distro below. I haven't released the update to CPAN yet of course. http://repo.marzhillstudios.com/DB-CouchDB-Schema/DB-CouchDB-Schema-0.3.02.tar.gz If ayone has comments please let me know. Jeremy Wall --000e0cd2de46a1d042045cda1807--