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 B0A643DD9 for ; Sun, 8 May 2011 03:40:50 +0000 (UTC) Received: (qmail 3602 invoked by uid 500); 8 May 2011 03:40:48 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 2824 invoked by uid 500); 8 May 2011 03:40:46 -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 2806 invoked by uid 99); 8 May 2011 03:40:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 May 2011 03:40:45 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=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.213.180 as permitted sender) Received: from [209.85.213.180] (HELO mail-yx0-f180.google.com) (209.85.213.180) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 May 2011 03:40:37 +0000 Received: by yxe1 with SMTP id 1so2198888yxe.11 for ; Sat, 07 May 2011 20:40:16 -0700 (PDT) MIME-Version: 1.0 Received: by 10.236.186.40 with SMTP id v28mr6230845yhm.381.1304826016550; Sat, 07 May 2011 20:40:16 -0700 (PDT) Received: by 10.236.110.5 with HTTP; Sat, 7 May 2011 20:40:16 -0700 (PDT) X-Originating-IP: [122.57.36.215] In-Reply-To: <9685AEA3-F2B3-421E-9EEB-65CAFD01CFDB@supercoders.com.au> References: <9AEAF9E4-D06A-42BB-A1F9-6F72D0C24707@supercoders.com.au> <9685AEA3-F2B3-421E-9EEB-65CAFD01CFDB@supercoders.com.au> Date: Sun, 8 May 2011 15:40:16 +1200 Message-ID: Subject: Re: Any existing code/samples/examples for couchdb self service? From: Dave Cottlehuber To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On 8 May 2011 11:56, Andrew Stuart (SuperCoders) wrote: > Hi Martin > > What language did you build this functionality in? =A0What do you mean by > "couchdb external process"? Basically you wrap some couch lovin' around a stdin/stdout json pipeline. http://wiki.apache.org/couchdb/ExternalProcesses > thanks > > Andrew > > On 08/05/2011, at 6:10 AM, Martin Higham wrote: > > We do this in one of apps. We have an CouchDB external process that makes > all the necessary =A0calls to create the database (by replicating a templ= ate > database), creating the user account and then setting security roles. I'l= l > see what I can do to make the code publicly available. > > Martin > @martin: looking forwards to it! A+ Dave