Find a file
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
bin Create a database table with parsed raw data. 2013-09-08 17:27:50 +02:00
doc Release 0.01 2013-09-02 13:14:33 +02:00
etc Create a database table with parsed raw data. 2013-09-08 17:27:50 +02:00
install Create a database table with parsed raw data. 2013-09-08 17:27:50 +02:00
lib Create a database table with parsed raw data. 2013-09-08 17:27:50 +02:00
.gitattributes Introduce end-of-line normalization and add .gitattributes. 2010-09-18 20:53:31 +02:00
.gitignore Redo directory structure. 2013-09-03 10:01:16 +02:00