Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: "Fetchinson ." Newsgroups: comp.lang.python Subject: Re: web facing static text db Date: Sat, 30 Apr 2016 19:34:26 +0200 Lines: 39 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de tahMaie60lseuBGKeSp1PgifPkL6zfn1HK7SZqhE+hSA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'static': 0.03; 'subject:text': 0.04; 'frontend': 0.07; 'lookup': 0.09; 'matched': 0.09; 'turbogears': 0.09; '(about': 0.16; '<>?': 0.16; 'folks,': 0.16; 'lookups': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'required:': 0.16; 'storing': 0.16; 'wrote:': 0.16; 'deployment': 0.18; 'cheers,': 0.22; 'daniel': 0.23; 'matching': 0.23; 'thanks,': 0.24; 'words': 0.24; 'header:In-Reply-To:1': 0.24; 'message-id:@mail.gmail.com': 0.27; 'yesterday': 0.27; '100000': 0.29; "i'm": 0.30; 'too.': 0.30; 'task': 0.30; 'anyone': 0.32; 'that,': 0.34; 'requirements': 0.35; 'received:google.com': 0.35; 'text': 0.35; 'from:addr:googlemail.com': 0.35; 'but': 0.36; 'received:209.85': 0.36; 'basic': 0.36; '(i.e.': 0.36; 'framework': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'thanks': 0.37; 'received:209': 0.38; 'google': 0.39; 'data': 0.39; 'format': 0.39; 'url:en': 0.39; 'does': 0.39; 'to:addr:python.org': 0.40; 'provide': 0.61; 'documents': 0.61; 'engine': 0.62; 'sounds': 0.76; 'delete,': 0.84; 'down!': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to; bh=v0p7By3/BM7be60pX0TgflOVVeqXwh3nK3q5QIbmlbs=; b=FLO3X2dfOY6h5YMN0dItSCLgdkHD0Faq0uek5SvzeC4gJ1Zt1CZ8x7uZGQInwnKEO0 DLqHoi+lkKsLv+O5tdWQTACPfbr3gXBt3BJCk8LDHDp//HwrnYQX0OfXJXqZkLFljMzS HLJzhPzjb+oMfasPbfLodvXUkutavBHxUmAeEi4iujUodIf123oxUjvR2TFERHbz2vFN sCgYeIL6EovZK9I/vbpRp9qXx5kvF9q8+MmHG0Xc15NO4DZUF+wq3tce+bIaHN4meqrG VHj4/MS0bndoDK25G0YWjA9S1RNxZ35pVWl1vrYRGDV3XF2ZAIaXAI/esTsdfmthxMb8 uRSg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to; bh=v0p7By3/BM7be60pX0TgflOVVeqXwh3nK3q5QIbmlbs=; b=fwmgahoEENyjXValdvEj8KSBuoswc48+3FxJk/2cwGZyILEqzI8LQLbnqXhdRxOO9W fI1PBwGhEHL25JpvQ742d/1NK1hq3iVKqiEqmQ8/u2OEXqB65POQxT5MoRTT/7/YPf7e mr4a4WY2sUj1Qn27aA7zLQsOLp73ZwLUn9ZkBWz+l58Y2G6D+0q1EXpMTQV8eE60Gany fQVlZtXn5apwtn69nKqXQPQaWrRCXTz2PA5Z7voxeFbkvbq2YeoY3Lw68qTe6VHJrdHs lxopm5X91rsDEXkLcg7BAwHIGcUA0i1AVmoRUjH8v5Y33RzgN1Tfym4HVtTFEeBQvY89 5+0w== X-Gm-Message-State: AOPr4FVpKGNS0+JTTQQvAOmTFdEQZHosZwpqtNj6I1D5TzV0IITDrV7yXpXb2V5hVKOrVtF7TzSRfB+iMIm1bg== X-Received: by 10.25.209.21 with SMTP id i21mr4975590lfg.20.1462037666307; Sat, 30 Apr 2016 10:34:26 -0700 (PDT) In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: X-Mailman-Original-References: Xref: csiph.com comp.lang.python:107918 On 4/30/16, Gordon Levi wrote: > "Fetchinson ." 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 > ? 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