Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 9883 invoked from network); 24 Feb 2011 16:19:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Feb 2011 16:19:39 -0000 Received: (qmail 89184 invoked by uid 500); 24 Feb 2011 16:19:38 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 88633 invoked by uid 500); 24 Feb 2011 16:19:34 -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 88624 invoked by uid 99); 24 Feb 2011 16:19:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Feb 2011 16:19:33 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [193.50.230.240] (HELO pluton.utt.fr) (193.50.230.240) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Feb 2011 16:19:26 +0000 Received: from smtp1.utt.fr (smtp1.utt.fr [193.50.230.122]) by pluton.utt.fr (8.13.1/8.13.1) with ESMTP id p1OGJ19i025511 for ; Thu, 24 Feb 2011 17:19:01 +0100 Received: from smtp1.utt.fr (smtp1.utt.fr [127.0.0.1]) by localhost (Postfix) with SMTP id A4E42A6826D for ; Thu, 24 Feb 2011 17:19:01 +0100 (CET) Received: from [192.168.0.2] (vpn011.utt.fr [10.16.0.11]) by smtp1.utt.fr (Postfix) with ESMTP id 876F3A6826B for ; Thu, 24 Feb 2011 17:19:01 +0100 (CET) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Apple Message framework v1082) Subject: Re: How to make a Stock with CouchDB? From: =?iso-8859-1?Q?Aur=E9lien_B=E9nel?= In-Reply-To: <4D6645B5.40001@embedit.de> Date: Thu, 24 Feb 2011 17:19:01 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <4D6645B5.40001@embedit.de> To: user@couchdb.apache.org X-Mailer: Apple Mail (2.1082) Hi Markus, > How to make a Stock with CouchDB? If I were you, I would adopt the "banking recipe": http://guide.couchdb.org/draft/recipes.html As explained in the recipe, storing transactions as documents: - scales well, - avoids conflicts, - provides you with a complete log. Regards, Aur=E9lien=