Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 49799 invoked from network); 15 Aug 2008 19:36:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Aug 2008 19:36:12 -0000 Received: (qmail 77449 invoked by uid 500); 15 Aug 2008 19:36:10 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 77414 invoked by uid 500); 15 Aug 2008 19:36:10 -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 77403 invoked by uid 99); 15 Aug 2008 19:36:09 -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:36:09 -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:35:10 +0000 Received: by wx-out-0506.google.com with SMTP id s13so618620wxc.21 for ; Fri, 15 Aug 2008 12:35:39 -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:to :subject:mime-version:content-type; bh=/9sxjs0dsv/4kSr3dzrfSBH9MrLnXAFDwwAk4S7jbrI=; b=SEwmnCTLe1pUafbzY8gSPWIRJWjph0JqMolzcMuqLmuKVvMR7d5Tdz0mF0eU3EvxE4 ScfHVESZP2G+oaQqZJKpjmOHXkObo3MkcZCcWRk8dRQl74N4Pj41vkPwkrq/XVGi+LdE cN2m1gwQbSbL6ec3pdOTAR1uN7GnwZf7dH78M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=w8Rxwthv6Aji1ZP9xvWCOAgsJHzn3xlVqkfSUPeYZkNiSALV04Zdq/7LNwp+58Pzqu AZNY8Yv/Z4jp9kkCdgITlDHAjL6h4m05apl4bsd/BV42hs7y2ZuiEmOtjy+xJYjt8qSP CsZ+TncxMPTay1WESQ5kCq0GP4JnzaZuurMSM= Received: by 10.70.41.11 with SMTP id o11mr3411285wxo.35.1218828938799; Fri, 15 Aug 2008 12:35:38 -0700 (PDT) Received: by 10.70.63.3 with HTTP; Fri, 15 Aug 2008 12:35:38 -0700 (PDT) Message-ID: <9a60b7b50808151235n33e9e352g45b8a981440c4acf@mail.gmail.com> Date: Fri, 15 Aug 2008 14:35:38 -0500 From: "Brit Gardner" To: couchdb-user@incubator.apache.org Subject: GeoCouch MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_7320_9907053.1218828938744" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_7320_9907053.1218828938744 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_7320_9907053.1218828938744--