Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #107918
| From | "Fetchinson ." <fetchinson@googlemail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: web facing static text db |
| Date | 2016-04-30 19:34 +0200 |
| Message-ID | <mailman.265.1462037674.32212.python-list@python.org> (permalink) |
| References | <CADjSo4QJdxFP0nG1dwGZzRN8xKOSoiwdzRW3E0_SxBi65GcJdQ@mail.gmail.com> <CADjSo4TuRB6Fx4ExK9Z+HYMfTfwPAr6wEqAArnwTNza6dje9bQ@mail.gmail.com> <mailman.232.1461970081.32212.python-list@python.org> <neq8ibdh4rl2knja0ck4jbi469137jaakn@4ax.com> <CADjSo4RKi5pOPSNmL9dMy7xkEwZ15LFEGviGQEkAJBZk2sj0zA@mail.gmail.com> |
On 4/30/16, Gordon Levi <gordon@address.invalid> wrote: > "Fetchinson ." <fetchinson@googlemail.com> wrote: > >>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). >> > > What do need that storing the documents in HTML format and Google > Custom Search does not provide > <https://support.google.com/customsearch/answer/2630969?hl=en>? Wow! Thanks, I was not aware of that, sounds exactly what I need. Thanks for all the other ideas too. Cheers, Daniel -- Psss, psss, put it down! - http://www.cafepress.com/putitdown
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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