Hi I am new phyton and zope programmer. I have to make a product for zope and i must use a list of groups with a lot of data. I´m wondering if i must to use a list of persistent objects or if it´s better use a database like gadfly with tables or another one. I´m a little confuse. I think that the two solutions are possible but i don´t know whitch is better. sorry for my bad english. thanks. jose from Spain, Europe.
--On 21. Dezember 2005 11:09:14 +0100 José Carlos Senciales Chaves <jcsenciales@citic.es> wrote:
Hi
I am new phyton and zope programmer.
I have to make a product for zope and i must use a list of groups with a lot of data.
I´m wondering if i must to use a list of persistent objects or if it´s better use a database like gadfly with tables or another one.
Gadfly is likely to be removed in one of the next Zope versions. RBDMS vs. ZODB ...that really depends on your usecase. "lots of data" is nothing useful for making a decision. -aj
Hi José, If you're "learning" how to use Zope then it'd be best (imho) for you to learn how to do it with the ZODB (this is the 'default' way to store data persistently in Zope). Later on if you have a specific reason to put this in a relational database (please, don't use gadfly) then it'll be much easier for you to figure this out. - Rocky José Carlos Senciales Chaves wrote:
Hi
I am new phyton and zope programmer.
I have to make a product for zope and i must use a list of groups with a lot of data.
I´m wondering if i must to use a list of persistent objects or if it´s better use a database like gadfly with tables or another one.
I´m a little confuse. I think that the two solutions are possible but i don´t know whitch is better.
sorry for my bad english.
thanks. jose from Spain, Europe.
------------------------------------------------------------------------
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- Rocky Burt ServerZen Software -- http://www.serverzen.com ServerZen Hosting -- http://www.serverzenhosting.net News About The Server -- http://www.serverzen.net
Zope comes with a built-in tutorial and an example. It is a good starting point. Jos� Carlos Senciales Chaves <jcsenciales@citic.es> wrote: Hi I am new phyton and zope programmer. I have to make a product for zope and i must use a list of groups with a lot of data. I�m wondering if i must to use a list of persistent objects or if it�s better use a database like gadfly with tables or another one. I�m a little confuse. I think that the two solutions are possible but i don�t know whitch is better. sorry for my bad english. thanks. jose from Spain, Europe. _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev ) __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
participants (4)
-
Andreas Jung -
Infor Gates -
José Carlos Senciales Chaves -
Rocky Burt