Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #107868

web facing static text db

From "Fetchinson ." <fetchinson@googlemail.com>
Newsgroups comp.lang.python
Subject web facing static text db
Date 2016-04-30 00:29 +0200
Message-ID <mailman.232.1461970081.32212.python-list@python.org> (permalink)
References <CADjSo4QJdxFP0nG1dwGZzRN8xKOSoiwdzRW3E0_SxBi65GcJdQ@mail.gmail.com> <CADjSo4TuRB6Fx4ExK9Z+HYMfTfwPAr6wEqAArnwTNza6dje9bQ@mail.gmail.com>

Show all headers | View raw


Hi folks,

I have a very specific set of requirements for a task and was
wondering if anyone had good suggestions for the best set of tools:

* store text documents (about 100000 pages)
* the data set is static (i.e. only lookups are performed, no delete,
no edit, no addition)
* only one operation required: lookup of pages by matching words in them
* very simple web frontend for querying the words to be matched
* no authentication or authorization, frontend completely public
* deployment at webfaction
* deadline: yesterday :)

Which web framework and db engine would you recommend?

So far I'm familiar with turbogears but would be willing to learn
anything if sufficiently basic since my needs are pretty basic (I
think).

Cheers,
Daniel


-- 
Psss, psss, put it down! - http://www.cafepress.com/putitdown

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

web facing static text db "Fetchinson ." <fetchinson@googlemail.com> - 2016-04-30 00:29 +0200
  Re: web facing static text db Gordon Levi <gordon@address.invalid> - 2016-04-30 18:17 +1000
    Re: web facing static text db "Fetchinson ." <fetchinson@googlemail.com> - 2016-04-30 19:34 +0200
    Re: web facing static text db sum abiut <suabiut@gmail.com> - 2016-05-01 03:44 +1100

csiph-web