search engine

BJörn Lindqvist bjourne at gmail.com
Sun Jan 30 17:33:43 EST 2005


> hi all, i´m doing a search engine using python for the spider and php
> to make a web for the search. The Database i have choosen is
> postgreSQL. Do you think it is a good choosen? Any suggestion?

"Databases are implementation details! Considering the database should
be deferred as long as possible. Far too many applications are
inextricably tied to their databases because they were designed with
the database in mind from the beginning. Remember the definition of
abstraction: the amplification of the essential and the elimination of
the irrelevant. The database is irrelevant at this stage of the
project; it is merely a technique used for storing and accessing data,
nothing more." (Robert C. Martin, Agile Software Development, p. 194)

-- 
mvh Björn



More information about the Python-list mailing list