Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #107963
| From | sum abiut <suabiut@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: web facing static text db |
| Date | 2016-05-01 03:44 +1100 |
| Message-ID | <mailman.294.1462159634.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> <CAPCf-y6r3g5iuhK5ahY-wN6gteVSwFqLdYZx9q+U382dhdY0jw@mail.gmail.com> |
Django is an excellent framework. you can use it with sqlite. cheers On Sat, Apr 30, 2016 at 7:17 PM, Gordon Levi <gordon@address.invalid> wrote: > "Fetchinson ." <fetchinson@googlemail.com> wrote: > > >Hi folks,go > > >I have a vo ery 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>? > -- > https://mail.python.org/mailman/listinfo/python-list >
Back to comp.lang.python | Previous | Next — Previous 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