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 DF4BE9EC4 for ; Thu, 26 Apr 2012 10:39:43 +0000 (UTC) Received: (qmail 94769 invoked by uid 500); 26 Apr 2012 10:39:42 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 94708 invoked by uid 500); 26 Apr 2012 10:39:41 -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 94693 invoked by uid 99); 26 Apr 2012 10:39:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Apr 2012 10:39:41 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.214.52] (HELO mail-bk0-f52.google.com) (209.85.214.52) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Apr 2012 10:39:35 +0000 Received: by bkcji2 with SMTP id ji2so1112726bkc.11 for ; Thu, 26 Apr 2012 03:39:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :x-gm-message-state; bh=A06Mi5sNRwb4tVnv9FqoZRRazdAV5c8jj7SvV+mYl38=; b=nnDrPs0ve7vQheKw7NsPl1U02ze+MAV9cfnl6u1Y1a1mKDNc2WzwF6aRbHqtyaWjXc mw1lwV2GKnTQVNFh8pumLzVLugyxKTUwVD2fkt1J9rYDfkfLpXRjNn1nhMDPM6wJr211 mjfyhpEpPVkVwhpdkKQukUuYK63KPocUAM3K5som8ysOK7aoN6BXdmeGCsypqb2EINIG 1Oy6aq5dVzYBBgBFUdgubYcjpraY57swQr/IwAazsuOPqCr32KeRPq44QSTS3j6qQ9Oi 80Pemwb3elWLWCnCPkfq2SW/iVWMBj5N+cFtFflUcTpj/VrhXb4bC6gSw/S9KVzDggwX zzBA== MIME-Version: 1.0 Received: by 10.205.122.69 with SMTP id gf5mr2083194bkc.66.1335436753379; Thu, 26 Apr 2012 03:39:13 -0700 (PDT) Received: by 10.204.119.12 with HTTP; Thu, 26 Apr 2012 03:39:13 -0700 (PDT) Date: Thu, 26 Apr 2012 11:39:13 +0100 Message-ID: Subject: Re: Cloaking calls to external API (ElasticSearch) From: Ian Mayo To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQnbKbhqt8ZwmBBdv+mLGksSS0E7+KkC+ocTySR/PGqm9jDoLa3w87iD+YR3332fKG8DKIde X-Virus-Checked: Checked by ClamAV on apache.org Thanks for that support Robert, I wasn't aware of that CouchDb feature. During the development phase of my app, however, I wish to use Cloud-hosted CouchDb. In a hosted instance I don't expect to be able to provide custom executables to the environment. Do you believe there is/was any chance of implementing similar functionality in a JS file stored in the CouchDb itself? cheers, Ian