Hi, Would you know any genealogy product for Zope? Is zope a tool for managing a big (200000 members) of genealogy oriented group, which has over 150,000,000 entries in the genealogy tree? It is now managed with about 20 servers and SQL databases but Zope might be a solution, isn't it? Thank you.
Hi, I does not know that product, but zope DB is tree DB. Here are few products which you should use to cross between trees (like unix symlink). One folder = one person. SO programming of that web application is not as hard, you should do it in plain DTML and javascript. Plus you should use each folder as container to hold photos, files etc. Use python script to display folder tree rather than DTML, python is much faster for big trees - these products exists. Regards, JL. ----- Original Message ----- From: "Mihamina (R12y) Rakotomandimby"
Hi, Would you know any genealogy product for Zope? Is zope a tool for managing a big (200000 members) of genealogy oriented group, which has over 150,000,000 entries in the genealogy tree?
It is now managed with about 20 servers and SQL databases but Zope might be a solution, isn't it?
I don't think there is such a Zope product. With that amount of members and entries it'd be best to write your own. 150,000,000 entries shouldn't require 20 servers!! Sure, you might need a decent database server and a decent application server but not 20. Unless they're 20 x Pentium 90 :) Mihamina (R12y) Rakotomandimby wrote:
Hi, Would you know any genealogy product for Zope? Is zope a tool for managing a big (200000 members) of genealogy oriented group, which has over 150,000,000 entries in the genealogy tree?
It is now managed with about 20 servers and SQL databases but Zope might be a solution, isn't it?
Thank you. _______________________________________________ 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 )
-- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby www.issuetrackerproduct.com
Mihamina (R12y) Rakotomandimby skrev:
Hi, Would you know any genealogy product for Zope? Is zope a tool for managing a big (200000 members) of genealogy oriented group, which has over 150,000,000 entries in the genealogy tree?
It is now managed with about 20 servers and SQL databases but Zope might be a solution, isn't it?
It depends a bit on what kind of data is in the genealogy product. If it is 150,000,000 of very similar data objects, it might be better stored in a relational database. It would probably be relatively simple to create a small working product, to import some of the data and see how it pans out. -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science
participants (4)
-
Jaroslav Lukesh -
Max M -
Mihamina (R12y) Rakotomandimby -
Peter Bengtsson