<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">At work I've been working on django
      site that uses Riak as a back end for counters and time series
      data. Even though its recommended to run in a cluster of at least
      5 for "production" (And I would say at least 3 nodes for serious
      things). I've been able to get away with a single node and its
      been rock solid. Just make sure its a "strong" server with plenty
      of disk space and you'll be good.<br>
      <br>
      Basho, the company that makes and open sources Riak, is in charge
      of the python driver and the documentation is decent.<br>
      <br>
      Hopefully this helps.<br>
      Bryce<br>
      <br>
      <br>
      On 04/12/14 12:38, jim wrote:<br>
    </div>
    <blockquote cite="mid:53499637.9010802@well.com" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <br>
          Thanks lots. I'll take a look at gunicorn. <br>
          The database could be a set of flat files that store <br>
      strings in colon-delimited fields. That option is poor <br>
      because <br>
      <br>
      * I'll have to code data conversion and other functions <br>
        that are common to database management software <br>
      <br>
      * Data should be encrypted so's to require the user to <br>
        use my functions to generate files for USB stick <br>
        transfer (no LAN connex as a point of security). <br>
        -- a flatfile manager for ASCII data would work fine <br>
        -- an rdbms would work, tho' it will be best that <br>
           installation, configuration, connection is easy <br>
      <br>
      <br>
      <br>
      <div class="moz-cite-prefix">On 04/12/2014 12:32 PM, Dylan
        Reinhold wrote:<br>
      </div>
      <blockquote
cite="mid:CAHtg44ApYxbC13_yj_adURicRVpUqjN5KaCSY0GPOMi5sn7WDA@mail.gmail.com"
        type="cite">
        <div dir="ltr">
          <div>
            <div>My first thought would be gunicorn webserver with a
              sqllite backend.<br>
            </div>
            You can use the sqllite module to work  with the DB in
            python.<br>
            <br>
          </div>
          For the database management system, what are you looking to
          manage. Sounds like a simple DB setup that would not require a
          lot of management.<br>
          <br>
          Regards,<br>
          Dylan<br>
          <div>
            <div>
              <div>
                <div>
                  <div>
                    <div>
                      <div class="gmail_extra"><br>
                        <br>
                        <div class="gmail_quote">On Sat, Apr 12, 2014 at
                          12:03 PM, jim <span dir="ltr"><<a
                              moz-do-not-send="true"
                              href="mailto:jim@systemateka.com"
                              target="_blank">jim@systemateka.com</a>></span>
                          wrote:<br>
                          <blockquote class="gmail_quote"
                            style="margin:0 0 0 .8ex;border-left:1px
                            #ccc solid;padding-left:1ex"><br>
                            [rudimentary questions]<br>
                            <br>
                                I have a client for whom I'm cooking up
                            the following:<br>
                            * on a dedicated computer with no LAN
                            connection<br>
                            * some (hopefully) lean web server with a
                            set of web<br>
                              pages that get data from the user and to a
                            local<br>
                              database and another set of web pages used
                            to get<br>
                              data and format reports, both using
                            javascript to<br>
                              get and present data<br>
                            * some python module(s) that interface
                            between the<br>
                              (lean) web server and the database<br>
                            * some (hopefully simple but bulletproof)
                            database<br>
                              management system, (again, hopefully) not
                            mysql<br>
                              and postgresql is okay though I hope for
                            something<br>
                              simpler. Data is primarily strings and
                            integers. The<br>
                              need could be satisfied with a set of flat
                            files (plain<br>
                              text ASCII) colon-delimited or some such,
                            but I hope<br>
                              not to reinvent too many wheels.<br>
                            <br>
                                Go opinions on a good, lean web server
                            and a<br>
                            compatible python module and rdbms system?<br>
                                Or an alternative approach (it'd be fine
                            with me if I<br>
                            can do everything by typing in some Python
                            files, tho'<br>
                            Django is a learning curve that I hope to
                            avoid for<br>
                            this project).<br>
                            <br>
                            Hopefully, with thanks,<br>
                            jim<br>
                            <br>
                            <br>
_______________________________________________<br>
                            Baypiggies mailing list<br>
                            <a moz-do-not-send="true"
                              href="mailto:Baypiggies@python.org"
                              target="_blank">Baypiggies@python.org</a><br>
                            To change your subscription options or
                            unsubscribe:<br>
                            <a moz-do-not-send="true"
                              href="https://mail.python.org/mailman/listinfo/baypiggies"
                              target="_blank">https://mail.python.org/mailman/listinfo/baypiggies</a><br>
                          </blockquote>
                        </div>
                        <br>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br>
        <pre wrap="">_______________________________________________
Baypiggies mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Baypiggies@python.org">Baypiggies@python.org</a>
To change your subscription options or unsubscribe:
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="https://mail.python.org/mailman/listinfo/baypiggies">https://mail.python.org/mailman/listinfo/baypiggies</a></pre>
      </blockquote>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Baypiggies mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Baypiggies@python.org">Baypiggies@python.org</a>
To change your subscription options or unsubscribe:
<a class="moz-txt-link-freetext" href="https://mail.python.org/mailman/listinfo/baypiggies">https://mail.python.org/mailman/listinfo/baypiggies</a></pre>
    </blockquote>
    <br>
  </body>
</html>