Create a database table with parsed raw data.
authorThomas Hochstein <thh@inter.net>
Tue, 3 Sep 2013 22:03:03 +0000 (00:03 +0200)
committerThomas Hochstein <thh@inter.net>
Sun, 8 Sep 2013 15:27:50 +0000 (17:27 +0200)
commit6d72dad2c0b70499877bfa844d378fb0ecb58322
tree04578b6d6fc0df4c8cec8b9d0e3f1b2314ac3abe
parent3634010808edf7421d7034e94b8f7928dfadd059
Create a database table with parsed raw data.

Incoming data is written to DBTableRaw without
much interpretation. To allow for more and
better analysis that raw data should be parsed
daily and copied to another database table
with separate fields for most header lines.
All other scripts could use that pre-parsed
data.

* Add database schema to install.pl
* Add DBTableParse to newsstats.conf.sample
  and as mandatory to NewsStats.pm
* Add parsedb.pl

TODO:
- Documentation is only rudimentary.
- From:, Sender:, Reply-To: and Subject:
  are not yet parsed.
- gatherstats.pl does not yet use DbTableParse.

Signed-off-by: Thomas Hochstein <thh@inter.net>
bin/parsedb.pl [new file with mode: 0755]
etc/newsstats.conf.sample
install/install.pl
lib/NewsStats.pm
This page took 0.011467 seconds and 4 git commands to generate.