newsstats/bin
Thomas Hochstein 6d72dad2c0 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>
2013-09-08 17:27:50 +02:00
..
feedlog.pl Make configuration file configurable. 2013-09-03 10:01:20 +02:00
gatherstats.pl Small comment fixes. 2013-09-03 17:12:09 +02:00
groupstats.pl Merge branch 'thh-bug51' into next 2013-09-03 22:25:23 +02:00
parsedb.pl Create a database table with parsed raw data. 2013-09-08 17:27:50 +02:00