From user-return-4778-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Fri May 08 15:07:10 2009 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 20998 invoked from network); 8 May 2009 15:07:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 May 2009 15:07:10 -0000 Received: (qmail 30833 invoked by uid 500); 8 May 2009 15:07:09 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 30742 invoked by uid 500); 8 May 2009 15:07:09 -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 30732 invoked by uid 99); 8 May 2009 15:07:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 May 2009 15:07:09 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ixmatus@gmail.com designates 74.125.92.27 as permitted sender) Received: from [74.125.92.27] (HELO qw-out-2122.google.com) (74.125.92.27) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 May 2009 15:06:59 +0000 Received: by qw-out-2122.google.com with SMTP id 5so999761qwd.29 for ; Fri, 08 May 2009 08:06:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=wqu48COJkP+NirMtnizgKkU9iGw33YEgxVFq2IyHsYM=; b=cW3ZrZUsbOah2ku75LXr8Y2SRdDlkvb7cxqRV4VrX+crtP1tQwM0r5ig96CzogbGC7 +lyuK4u7F2BavlFw6n6AqDz6tlCSqYsGFULtghUJ2EUDDZNFFhssHAl7bNkA9greqQmR HSVEmpXCBuDE6ImeKg0BngM1fiK6L42yLiqpQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=jE8L7nMh/du/B0MqANVzuBS/c5DMdRiGy4RCZb9UPXXNCRpAn+gsUJCkd0kimOS4V0 rdocvmQDbkm+jlrV2p8xFG1gmkaUT+CFPHP9KdsPUR14hBEvPpELvkDXY6lIdlKUm6M1 IH1G0NClLrrvcFJwK7OPOU6OhZq0q+L96f5Ak= Received: by 10.229.79.17 with SMTP id n17mr162657qck.82.1241795198638; Fri, 08 May 2009 08:06:38 -0700 (PDT) Received: from ixm.local (wsip-24-234-73-31.lv.lv.cox.net [24.234.73.31]) by mx.google.com with ESMTPS id 4sm3204187yxq.58.2009.05.08.08.06.37 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 08 May 2009 08:06:38 -0700 (PDT) Message-ID: <4A0449BE.4090901@gmail.com> Date: Fri, 08 May 2009 08:03:26 -0700 From: Parnell Springmeyer User-Agent: Thunderbird 2.0.0.21 (Macintosh/20090302) MIME-Version: 1.0 To: user@couchdb.apache.org Subject: Re: CouchDB x RDF databases comparison References: <4aa4f4d60905071215r577e0715wcc971199e69164a8@mail.gmail.com> <4A033ECC.3070206@borwankar.com> <4aa4f4d60905071311s82a0805p7df9b201c077b840@mail.gmail.com> <4A034AB4.6010408@borwankar.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Just so you are aware, there are RDF and SPARQL libraries out there for Javascript. Which can be used in the JS views in CouchDB when performing map reduce operations on the data - quite powerful IMHO.