wasm-demo/demo/ermis-f/python_m/cur/0809

51 lines
1.7 KiB
Plaintext

From: l.szyster at ibm.net (Laurent Szyster)
Date: Wed, 21 Apr 1999 16:08:18 +0200
Subject: Kosovo database; Python speed
References: <371DAAC2.D9046550@cs.utwente.nl>
Message-ID: <371DDBD2.A37EB85E@ibm.net>
Content-Length: 1451
X-UID: 809
Richard van de Stadt wrote:
>
> Suppose we were going to make a database to help Kosovars locate
> their family members. This would probably result in hundreds of
> thousands of records (say 1 record (file) per person).
>
> Would Python be fast enough to manage this data, make queries on
> the data, or should compiled programs be used?
Given the purpose I would suggest the following:
1. Design an XML document which represents the entry form
refugees would fill in. Make it as complete as possible,
since you don't know what kind of statistics you will
have to produce from those forms.
2. Make a small web application that collects those documents
and automatically store them in a Web as XML and HTML. Basically
it would consist of a CGI upload form.
3. Use a web search engine to index the HTML web.
What you end with is a effective way to collect data inputed
off-line, to publish and search it worldwide. With no need to
distribute software (everything happen on the web server).
Later you may build your own database(s) from the web, once
there is enough data and you know which statistics you want ;-)
Then mySQL should prove to be good enough.
Laurent
-------------- next part --------------
A non-text attachment was scrubbed...
Name: l.szyster.vcf
Type: text/x-vcard
Size: 254 bytes
Desc: Card for Laurent Szyster
URL: <http://mail.python.org/pipermail/python-list/attachments/19990421/51802ed0/attachment.vcf>