0.01b: pre release working beta
This release has the basic apache combined logfile parsing capability's. It parses unlimited combined logfiles either uncompressed or as gz archives.
It creates a sqlite database with a simple schema and drops all records in said database.
It has basic features to skip duplicate imports (both on the file and the record level).
The stats binary already creates a very simplified statistics table.
What is missing in this release: quite a lot...
- I have to simplify the loading process...
- I have to create a struct to consume the data, so i can re-use...
- I have to create a lot of stats and graphs