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 C48E410474 for ; Mon, 17 Feb 2014 06:16:16 +0000 (UTC) Received: (qmail 52552 invoked by uid 500); 17 Feb 2014 06:16:15 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 52522 invoked by uid 500); 17 Feb 2014 06:16:13 -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 52514 invoked by uid 99); 17 Feb 2014 06:16:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Feb 2014 06:16:12 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of patrick.arlt@gmail.com designates 209.85.212.169 as permitted sender) Received: from [209.85.212.169] (HELO mail-wi0-f169.google.com) (209.85.212.169) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Feb 2014 06:16:06 +0000 Received: by mail-wi0-f169.google.com with SMTP id e4so2014242wiv.0 for ; Sun, 16 Feb 2014 22:15:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=CGcUAxwpwarH3mS2NOs7zGbPYnAdMmXFdV9Y5XLgtC8=; b=V9fevE4modwPl8iqepiBQgZ963t5Jgo0QFG5jlqBazfXvjPIBG0rnEtdMBMC8YEXdq CzPRvt56k3UjH3EPjxGbwRxCj5cnXCcU38ZD0Ch8ZfI+g5VQyjElMiKmIaiSSGP3RSg2 wfGKKIPfBvgC3POCqDnr9QyYJN6uQMOUuU+aHAiptgnrZ++OJrPT48mqONd24GKQ3C9u hISXdj6y2sStNRGkCUUHawpzGhpoG9Kz2XQXBhoWRl6U56dHMQe1L79Svby6sQ6vZ97O 7GV2d6Gd4kYu07KdaSK2c/GhjazaLWwb1oaqounaEsdMKlko3ieffvS70iyx07cp/Rp/ a+cA== X-Received: by 10.194.2.168 with SMTP id 8mr15712878wjv.8.1392617746342; Sun, 16 Feb 2014 22:15:46 -0800 (PST) MIME-Version: 1.0 Received: by 10.180.101.131 with HTTP; Sun, 16 Feb 2014 22:15:16 -0800 (PST) From: Patrick Arlt Date: Sun, 16 Feb 2014 22:15:16 -0800 Message-ID: Subject: What is the status of GeoCouch? To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=047d7b3a893a1427f504f2941647 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b3a893a1427f504f2941647 Content-Type: text/plain; charset=ISO-8859-1 I love working with CouchDB and I'm starting to think about using it in more applications but I often have to work with spatial data and and wondering what the state of GeoCouch is? The last commit was several months ago (https://github.com/couchbase/geocouch/commits/master) and the readme makes it seem like GeoCouch is supposed to sync up with the latest CouchDB version but it stopped at 1.3 ( https://github.com/couchbase/geocouch#understanding-the-branches). Is GeoCouch still being actively developed? Is it solid for production use? How does it compare to more robust spatial databases like PostGIS or the basic spatial support in MongoDB? Thanks --047d7b3a893a1427f504f2941647--