Skip to content

0.01b: pre release working beta

Compare
Choose a tag to compare
@mocacinno mocacinno released this 18 Feb 09:02
· 58 commits to master since this release
29d41f6

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