Help for newbie

Leuk jlnespoulous at netscape.net
Sun Nov 21 15:54:59 EST 2004


Thanks very much for your information
But I would like to know how I'll write and retreive my objets when my 
system will be written in Java. At what time or how I'll switch to Python.
My system is intended to supervise a network and get objects (as processor 
attributes, system attributes ...) and after I would like to save these 
objects in an Object database (I think is more simple). Is for that I would 
prefer to use ZODB. But is it possible?
Jean-Louis

"Dave Cook" <davecook at nowhere.net> a écrit dans le message de news: 
slrncq1so1.4m6.davecook at localhost.localdomain...
> On 2004-11-20, Leuk <jlnespoulous at netscape.net> wrote:
>
>> I would like to use ZODB, but I'm a newbie in Python, so I do not know if 
>> it
>> be more easy for me to use PostgreSQL.
>
> They are quite different beasties.  ZODB is an object database (based on
> trees of objects), whereas Postgres is relational (based on tables). 
> Using
> ZODB with your own object model is fairly transparent, whereas with any 
> SQL
> database you have to write to and read from tables.  However, there are
> Object-Relation mappers for Python like SQLObject:
>
> http://www.sqlobject.org
>
> ZODB only provides the database "engine", whereas Postgres has both server
> and client components.  ZODB is much easier to set up than Postgres 
> (really,
> you just install ZODB and go; Postgres requires a little more 
> administration
> than that).  ZODB provides no built-in indexing and query ability
> AFAIK, so you may want to install something like IndexedCatalog:
>
> http://www.async.com.br/projects/IndexedCatalog/
>
> Dave Cook 





More information about the Python-list mailing list