From user-return-18752-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Wed Nov 9 12:46:56 2011 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 EA4CF7425 for ; Wed, 9 Nov 2011 12:46:55 +0000 (UTC) Received: (qmail 15867 invoked by uid 500); 9 Nov 2011 12:46:54 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 15823 invoked by uid 500); 9 Nov 2011 12:46:54 -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 15815 invoked by uid 99); 9 Nov 2011 12:46:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Nov 2011 12:46:54 +0000 X-ASF-Spam-Status: No, hits=1.8 required=5.0 tests=FREEMAIL_FROM,FREEMAIL_REPLY,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of denis.cornehl@gmail.com designates 209.85.161.52 as permitted sender) Received: from [209.85.161.52] (HELO mail-fx0-f52.google.com) (209.85.161.52) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Nov 2011 12:46:45 +0000 Received: by faan26 with SMTP id n26so2265048faa.11 for ; Wed, 09 Nov 2011 04:46:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=date:from:to:message-id:in-reply-to:references:subject:x-mailer :mime-version:content-type:content-transfer-encoding :content-disposition; bh=OYEqYDQbSBIPBOy3EBU3QwTAqS4koJYMBvYM4J5xAgE=; b=OLyc2gtz9mHDR4cpKzqD5+smYCE8Hhs4D5TmvhinT0zLiVbcq+ix3ohWQF+QoOFgzn dT3TdNhD0tnsEDOY6o5XbOAmLbt0t+xbgdsgxwlvi9KuIe/T3gzPFOkUfBFIeDoixzwD r+kD/ytOOoXfo2SK7/99obXyRFItnGHvXyAG4= Received: by 10.223.16.145 with SMTP id o17mr4716453faa.20.1320842785080; Wed, 09 Nov 2011 04:46:25 -0800 (PST) Received: from nopc.local (tmo-111-132.customers.d1-online.com. [80.187.111.132]) by mx.google.com with ESMTPS id a8sm6498395faa.11.2011.11.09.04.46.17 (version=SSLv3 cipher=OTHER); Wed, 09 Nov 2011 04:46:24 -0800 (PST) Date: Wed, 9 Nov 2011 13:45:20 +0100 From: Denis Cornehl To: user@couchdb.apache.org Message-ID: <5723DCE168AA4DF0B57F9E1931BB5B63@gmail.com> In-Reply-To: References: <1320842015.31839.YahooMailNeo@web112117.mail.gq1.yahoo.com> Subject: Re: CouchDB Node.JS integration ? X-Mailer: sparrow 1.4.2 (build 959.4) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi, Am Mittwoch, 9. November 2011 um 13:36 schrieb Alexander Shorin: > On Wed, Nov 9, 2011 at 4:33 PM, N/A N/A wrote: > > Hello, > > > > is there is any plans for node.js integration into couchdb? > > > > > > Regards > > On what plane in may be integrated? As query-server engine or something else? I could imagine this scenario: I want to write a couch app, all code is in the couchdb and nicely replicated. But my app needs an interface to an external application with a standard-tcp/ip-protocol (IMAP, SMTP, you name it). Or I want to write an importer that takes data from elsewhere and puts it into the couchdb. And the code should resist in my database. It could also be used to implement an alternative access-protocol to couchdb (not http-based). Regards, Denis