[Zope3-Users] Importing Lots of Objects
David Johnson
djohnson at jsatech.com
Sun Jan 8 12:57:36 EST 2006
Thanks.
The basic use cases are as follows:
Shoppers can "browse products by category"
Shoppers can "search for products"
Shoppers can "add products to cart"
Merchants can "import product lists from Excel/Text file"
Merchants can "manually edit products"
We expect to service 1M purchase transactions a year, and expect to service
1000 merchants.
-----Original Message-----
From: Andreas Jung [mailto:lists at andreas-jung.com]
Sent: Sunday, January 08, 2006 11:47 AM
To: David Johnson; zope3-users at zope.org
Subject: Re: [Zope3-Users] Importing Lots of Objects
--On 8. Januar 2006 11:44:06 -0600 David Johnson <djohnson at jsatech.com>
wrote:
> How do I import them (if I use
> a relational database the answer is easy)? I have answers to these
> questions, but I would be curious to hear how others have dealt with
> issue.
This depends likely on _your_ usecases. Data can be stored in a RBDMS, in
the filesystem, in the ZODB...every storage has its pros and cons..without
knowing your usecases there is only guessing what might be best for you.
-aj
More information about the Zope3-users
mailing list