Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 56645 invoked from network); 27 Oct 2009 15:59:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Oct 2009 15:59:49 -0000 Received: (qmail 14559 invoked by uid 500); 27 Oct 2009 15:59:47 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 14484 invoked by uid 500); 27 Oct 2009 15:59:47 -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 14474 invoked by uid 99); 27 Oct 2009 15:59:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Oct 2009 15:59:47 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of elf2001@gmail.com designates 72.14.220.158 as permitted sender) Received: from [72.14.220.158] (HELO fg-out-1718.google.com) (72.14.220.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Oct 2009 15:59:39 +0000 Received: by fg-out-1718.google.com with SMTP id 22so1382716fge.5 for ; Tue, 27 Oct 2009 08:59:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=x/JawUupMfrS8L1v3uzaLaLzTRNugFEwC1GKlk54YyU=; b=Sg1HIw1+RtnofX34otj+3+dSBTvMYlOS45gIpM1OAKtMeoETfj0/G8cml6mCGNTrVi 95MEXpA1ScJ/hrtyobxmaNYHnFrTa2w8PlccKqg8X5xOJTbAlDSAq+H2GRAwX5KpH796 OGXzO2EzJ/awOTQ+HcDk4AluvYDUSI/bysVGE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=EsdSpY8CR5jnkiowqyZYqQNVuefaXbzeQDR76wtrQkDaXxYTfF/6CHdH9axDYyTlA5 Hz1hPMIkQBw1qnppIO6tlaNwTCW9Tk2QJV1Aib+Q0p0xl5i+oWG69/nU18zmvqmMX07X ebQoCJxZmBvOU8PLOdHQfpmLeK1/+YnhXGVT0= MIME-Version: 1.0 Received: by 10.86.231.15 with SMTP id d15mr9547817fgh.74.1256659159213; Tue, 27 Oct 2009 08:59:19 -0700 (PDT) In-Reply-To: References: <214c385b0910270807o37cccabfy39b000f313175661@mail.gmail.com> <4a29064f0910270850v5222c1ecwd06cd41729ddc69f@mail.gmail.com> Date: Tue, 27 Oct 2009 17:59:19 +0200 Message-ID: <4a29064f0910270859v2ffceb62qc9d20a86681fed8@mail.gmail.com> Subject: Re: How could I use CouchDB in an e-commerce app? From: Elf To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org You use bad terminology. If you need application, you need production-ready database. Couchdb is production-ready, so, you can write application. "E-commerce application" is subset of "application", so, you can use couchdb for e-commerce. 2009/10/27 Paulo Cassiano : > I'm totally newbie in CouchDB, but I belive it could be ready for production > use. True. I only was thinking about how could I develop some e-commerce app > using it as DB server... Did you think about it before? > > On Tue, Oct 27, 2009 at 1:50 PM, Elf wrote: > >> Couchdb is ready for production use. >> >> 2009/10/27 Paulo Cassiano : >> > OK, infact, that's could be a much bigger question. >> > >> > But I think I'm not the only guy to think about this... If YOU were asked >> to >> > do this, how did you do? >> > >> > On Tue, Oct 27, 2009 at 1:07 PM, Matt Goodall > >wrote: >> > >> >> 2009/10/27 Paulo Cassiano : >> >> > Every e-commerce app shows at least one product's picture, along with >> >> > descriptions and other useful information. Does CouchDB supports >> images - >> >> > JPEG, GIF and so on - files? >> >> >> >> Each CouchDB doc can have multiple attachments, see >> >> http://wiki.apache.org/couchdb/HTTP_Document_API#Attachments. >> >> >> >> I would say a "product" makes an almost perfect CouchDB document. The >> >> document itself could contain whatever data the product needed to >> >> describe it (description, options, price, bulk prices, etc, etc) and >> >> the images of the product would be its attachments. >> >> >> >> > >> >> > How could I use CouchDB in an e-commerce app? >> >> >> >> That's a much bigger question ;-). >> >> >> >> - Matt >> >> >> > >> >> >> >> -- >> ---------------- >> Best regards >> Elf >> mailto:elf2001@gmail.com >> > -- ---------------- Best regards Elf mailto:elf2001@gmail.com