Skip to content

Releases: mocacinno/CLFtoSQLite

0.07: first useable release

24 Feb 10:11
61e1947
Compare
Choose a tag to compare

Full Changelog: v0.06b...v0.07

basically fixed some really annoying bugs.

⚠️ breaks backward compatibility: If you use previous versions, it might be a good idear to throw your database out and re-initialise everything... I'll try to avoid adding breaking changes in the future

0.06b: working beta with extra tweaks

23 Feb 10:58
ac0f8cb
Compare
Choose a tag to compare

This version is minimally functional. The build process has been reworked, documentation has been adapted, a parameter was added to skip the most time intensive stat and error reporting was marginally improved

Full Changelog: v0.05b...v0.06b

0.05b: working beta with minimal stats

22 Feb 09:06
682a63d
Compare
Choose a tag to compare

This is the first release that's somewhat useable... It parses logs in apache's combined log format and puts them into a sqlite database. Then it creates a table with the last x raw log entries (sorteable), it creates a static image of the raw number of hits per day and the unique number of hits per day aswell as tables with this data and a day per day comparison over the last 4 weeks

0.04b: pre release working beta

21 Feb 13:23
4ae70f6
Compare
Choose a tag to compare

0.03b: pre release working beta

21 Feb 11:40
570c089
Compare
Choose a tag to compare

Not-so-functional beta pre-release including week comparison stat graphs (and that's about it)

0.02b: pre release working beta

20 Feb 14:24
4e95751
Compare
Choose a tag to compare

This pre beta working release fixes some issues from 0.01: i started importing data into struct and setup the framework for graphing

0.01b: pre release working beta

18 Feb 09:02
29d41f6
Compare
Choose a tag to compare

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