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 1591DCE25 for ; Fri, 14 Jun 2013 15:16:01 +0000 (UTC) Received: (qmail 3484 invoked by uid 500); 14 Jun 2013 15:15:59 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 3095 invoked by uid 500); 14 Jun 2013 15:15:55 -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 3086 invoked by uid 99); 14 Jun 2013 15:15:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jun 2013 15:15:54 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW X-Spam-Check-By: apache.org Received-SPF: error (nike.apache.org: local policy) Received: from [74.125.82.41] (HELO mail-wg0-f41.google.com) (74.125.82.41) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jun 2013 15:15:48 +0000 Received: by mail-wg0-f41.google.com with SMTP id y10so1297595wgg.0 for ; Fri, 14 Jun 2013 08:15:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:mime-version:content-type:subject:date:in-reply-to:to :references:message-id:x-mailer:x-gm-message-state; bh=HVpgeTsTOAcpsCPRsxQw+dFtr03gAfdg5vgwZkefmgw=; b=UyxSxMwfykE2GnMUjHYDlVWg6rTwpSmLtQ4SbaLqS9taM8c5QPuEis/1IdhDxhNGPO jiLtfubZ9+iRllJmRzv//17AKI944p58ULBWpDeiHglJSyweTYI+CfbObWMSVdx4x12Y 5s4nd2YDiYt9pVhxp3kogxJbbJrnmaAYfWsWcDF8HsYF52OgMq5OOmFfEdps6g2JBgUM AjN5nrzuzr9ei9LySFuKvhT0DFKywUonLVbT25ZOGr+q1v94YV/H6DPsnQtxTfYdIukV PsDRsiHIZFK91c7MoiqzxFnb/qLyQ6yeovhHSllS7RJXcq/xQZ///ezmsL/9lZz3V000 n5tQ== X-Received: by 10.180.187.209 with SMTP id fu17mr1642444wic.52.1371222908376; Fri, 14 Jun 2013 08:15:08 -0700 (PDT) Received: from [192.168.2.112] ([77.72.35.178]) by mx.google.com with ESMTPSA id u9sm3858245wif.6.2013.06.14.08.15.06 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 14 Jun 2013 08:15:07 -0700 (PDT) From: Filippo Fadda Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: multipart/alternative; boundary="Apple-Mail=_AF38CC7E-E0AA-43C9-A1F8-B768DB737A24" Subject: Re: CouchDB Language-Specific Examples Date: Fri, 14 Jun 2013 17:15:05 +0200 In-Reply-To: <9CFFD158C29F4F1F9616808939E036FF@cloudant.com> To: user@couchdb.apache.org References: <9CFFD158C29F4F1F9616808939E036FF@cloudant.com> Message-Id: X-Mailer: Apple Mail (2.1283) X-Gm-Message-State: ALoCoQmjihr+E+slbUma4CU232wtZtLukjUJO/0SLArd4P1MWJJ+SiDaiSXmccpoU5QEZCdYbH35 X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail=_AF38CC7E-E0AA-43C9-A1F8-B768DB737A24 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii ElephantOnCouch is missing from the PHP library section (maybe it should = renamed in "Client Libraries): https://github.com/dedalozzo/ElephantOnCouch And it's also missing the only PHP server available and still in = development: https://github.com/dedalozzo/EOCSvr Thanks -Filippo On Jun 14, 2013, at 4:54 PM, Simon Metson wrote: > I think expanding to cover other client libraries over time would be = good, e.g. jquery, nano, angular are all js code but different = implementations, for different purposes. The aim for the first pass was = to be minimal, though, hence not using a library unless really = necessary.=20 > Cheers > Simon >=20 >=20 > On Friday, 14 June 2013 at 15:50, Robert Newson wrote: >=20 >> I think there's value in showing that you don't *need* a client >> library to do the basics (or possibly anything at all). >>=20 >> B. >>=20 >>=20 >> On 14 June 2013 15:47, Alexander Shorin wrote: >>> Hi Max, >>>=20 >>> Good initiative! But few questions about: >>>=20 >>> 1. Only CRUD examples acceptable or it's possible to PR operations >>> with any CouchDB API? >>> 2. While there is requirements for third-party packages (ex. = requests >>> for python), why not to use CouchDB clients[1] instead? This would >>> make examples more realistic. >>>=20 >>> [1] http://wiki.apache.org/couchdb/Related_Projects#Libraries >>> -- >>> ,,,^..^,,, >>>=20 >>>=20 >>> On Fri, Jun 14, 2013 at 6:32 PM, Max Thayer wrote: >>>> Hey gang! >>>>=20 >>>> The Cloudant team has been assembling examples of CRUD interactions = in >>>> different languages in the >>>> Haengematterepo, as a way = to >>>> introduce CouchDB's API to new users in their familiar >>>> tongue. >>>>=20 >>>> If you've got examples you'd like to add, fork the repo and make a = pull >>>> request, and we'll love you forever :D >>>>=20 >>>> If you'd like to request a language example, make a Github issue = about it, >>>> and we'll get right on it :) >>>>=20 >>>> Best regards, >>>> Max >>>=20 >>=20 >=20 >=20 >=20 --Apple-Mail=_AF38CC7E-E0AA-43C9-A1F8-B768DB737A24--