Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 49381 invoked from network); 15 Aug 2008 19:35:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Aug 2008 19:35:39 -0000 Received: (qmail 76721 invoked by uid 500); 15 Aug 2008 19:35:37 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 76696 invoked by uid 500); 15 Aug 2008 19:35:37 -0000 Mailing-List: contact couchdb-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-user@incubator.apache.org Delivered-To: mailing list couchdb-user@incubator.apache.org Received: (qmail 76685 invoked by uid 99); 15 Aug 2008 19:35:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Aug 2008 12:35:37 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gardnebc@gmail.com designates 66.249.82.234 as permitted sender) Received: from [66.249.82.234] (HELO wx-out-0506.google.com) (66.249.82.234) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Aug 2008 19:34:38 +0000 Received: by wx-out-0506.google.com with SMTP id s13so618620wxc.21 for ; Fri, 15 Aug 2008 12:34:49 -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:sender :to:subject:mime-version:content-type:x-google-sender-auth; bh=ply86YfAZEccl96wI3A3rihK3xwwTIith0NCthYkHvU=; b=Y/LI9U7HHRJLPrnLZrFgdpFmCuAHWXMsZy5ldwtThavuC6zSUGJHJ38MvdW6y2Wf7e M/LLcqVZg2XvbXHB/p+M+Fwn0WE6i2sUjZrMqptjBmbGDECb/LskcFb01wg5fVfETtdm eOvTP8dEsroGgc9PKBe5zFprr9iREs0vtyfjY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :x-google-sender-auth; b=jdjxM+RWBuRBMbTHgaoL96yod1032H4LTkLHxeHgiQf24V/3KNLP+NO1b7uhd5Qh0D nefMn4ln26PLJfycTKVa4VPpUWJMJpaxCT0fq2Vfq0pD/MRI27+eUi6Yx4VjPEtDgs6B m/BMyoKy3KVG075t2IPtHQ7TE7nojTCLE/mFI= Received: by 10.70.92.8 with SMTP id p8mr3406337wxb.70.1218828888530; Fri, 15 Aug 2008 12:34:48 -0700 (PDT) Received: by 10.70.63.3 with HTTP; Fri, 15 Aug 2008 12:34:48 -0700 (PDT) Message-ID: <9a60b7b50808151234v14bf9ad7p97c989e0bd90393c@mail.gmail.com> Date: Fri, 15 Aug 2008 14:34:48 -0500 From: "Brit Gardner" Sender: gardnebc@gmail.com To: couchdb-user@incubator.apache.org Subject: GeoCouch MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_7312_10467270.1218828888513" X-Google-Sender-Auth: 703181e0119d7133 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_7312_10467270.1218828888513 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I recently put together a small PHP script to easily handle storing Google's JSON geo-coded data in couchdb. I think this is a nice fit, obviously because couchdb's native storage format is JSON. Here's the download location if anyone's interested: http://geocouch.googlecode.com/files/geocouch.php Also, here's a quick and dirty usage tutorial: http://britg.com/2008/08/15/using-couchdb-for-storing-google-geocoded-json-data/ ------=_Part_7312_10467270.1218828888513--