From couchdb-user-return-2097-apmail-incubator-couchdb-user-archive=incubator.apache.org@incubator.apache.org Tue Dec 09 20:28:38 2008 Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 23917 invoked from network); 9 Dec 2008 20:28:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Dec 2008 20:28:38 -0000 Received: (qmail 44738 invoked by uid 500); 9 Dec 2008 20:28:50 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 44221 invoked by uid 500); 9 Dec 2008 20:28:49 -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 44209 invoked by uid 99); 9 Dec 2008 20:28:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Dec 2008 12:28:49 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of norbu09@googlemail.com designates 209.85.218.21 as permitted sender) Received: from [209.85.218.21] (HELO mail-bw0-f21.google.com) (209.85.218.21) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Dec 2008 20:28:34 +0000 Received: by bwz14 with SMTP id 14so288686bwz.12 for ; Tue, 09 Dec 2008 12:28:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=WmRknVAoyOOEac6i6K9777UrUoUogpjgctDH28X1udA=; b=iF72LmORfar+nn6A0p2ZxuiXNVey0xCVJRIM7Y2p8kdKfsFFS8YLltBZSYlFjMw+7B 7wGLCh+8eSOy1kDFZv9kCoRSPfTCObogYy8/579rlXsSOB072B6RNx73k5EHTanauRwW Gs6amAhERC/SCTVudHKYY+v4EJfFcCHpOVsR4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=UZ0E/qjuLe+AXfXs1sQS5/vMcqF3g3QU3KEYsmPN4IU6hI1656r1K15WcNonSOt3i9 rRrbnn3UnqQlCKfT5j/sRPj4hrhyxRqzNFByCTPg+6GzhTfalw45wLrHpY0kzX6qwBnO 594djs66I7EkKToIoydm9Us5On27G1J4q+ijs= Received: by 10.181.199.6 with SMTP id b6mr157456bkq.137.1228854132800; Tue, 09 Dec 2008 12:22:12 -0800 (PST) Received: by 10.180.254.11 with HTTP; Tue, 9 Dec 2008 12:22:12 -0800 (PST) Message-ID: Date: Wed, 10 Dec 2008 09:22:12 +1300 From: lenz To: couchdb-user@incubator.apache.org Subject: Re: CouchDB in the wild In-Reply-To: <493E58A6.1010302@netzmeister-st-pauli.de> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_140472_4703459.1228854132791" References: <77D77FB4-CAE2-4294-8978-86C02136501B@apache.org> <493E58A6.1010302@netzmeister-st-pauli.de> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_140472_4703459.1228854132791 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline thats exciting to see that you guys like our new project. we are still quite busy polishing some rough edges in the interface but i hope to have some calm days during christmas brake (as far as we will have one this year). i planned to write some lines about the things that always kind of break your normalized database structure and how we did it in couch and about those tables that look like: create table settings ( id serial, user_id integer, ky varchar(100), vl varchar(100) ); ... looks familiar? :D no more for us ... i'll write up some docs on how to spot couchDB opportunities in your DB setup and how to use them from your codebase efficiently. (need some sleep first though) cheers lenz On Wed, Dec 10, 2008 at 12:38 AM, Andreas Wenk < a.wenk@netzmeister-st-pauli.de> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi Lenz, > > Jan Lehnardt schrieb: > > Hi Lenz, > > > > On 9 Dec 2008, at 01:33, lenz wrote: > > > >> i wrote a small blog post about our setup today and wanted to share it > >> with > >> you as CouchDB got mentioned quite often. > >> > http://blog.ideegeo.com/2008/12/09/iwantmyname-using-erlang-and-couchdb-behind-the-scenes/ > >> > >> . > >> > >> We use CouchDB in production here (a svn built about a month old) and > >> have > >> moved more and more functionality from PostgreSQL to CouchDB during the > >> development process. If someone has questions about implementation, > >> usage, > >> production setups, ... feel free to ask me. > >> > >> btw, the sales guys love to edit the TLD databse (with futon) and > >> replicate > >> the changes to the prod DB (via ssh). > > > > Terrific! > > > > Thanks for sharing your CouchDB success story. This is the kind of stuff > > we love to hear :) > > > > Do you want to add iwantmyname to > > http://wiki.apache.org/couchdb/CouchDB_in_the_wild? > > > > And I am with Noah here, the visuals on http://iwantmyname.com/ are just > > lovely. Good job! > > > > Cheers > > Jan > > -- > > > just wanted to say thank you for the blog article. I am really interested > in more case > studies of your project (and for sure also other CouchDB based projects). > > We also use a PostgreSQL database (and are happy with that ;-) ) for our > application and I > would like to know more about integrating CouchDB for some jobs parallel to > PostgreSQL. > > Maybe you will find the time to write about your experiences when you port > more and more > from PostgreSQL to CouchDB - as you allready wrote in the articel ;-) I > think these "real > life" case studies will help to spread CouchDB for users like me. > > Greetz > > Andy > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFJPlimVa7znmSP9AwRAhaRAJ4xyCrPNY2woRsOIkKb1DzSVJy7kwCg33aV > 017GQ2PlRT6PKqTGMblgjBo= > =rW6B > -----END PGP SIGNATURE----- > ------=_Part_140472_4703459.1228854132791--