Skip to content

Speculative features for (much) later versions #39

@JohnAD

Description

@JohnAD

These are just thoughts for future releases; in no particular order. I figured I'd document them somewhere. I'm not going to work on any of them right now :).

  • Use threading for storage so that a slow DB connection does not slow down Flask.
  • Modify the Mongo updates (for summaries) so that the increment is more atomic; should scale better.
  • Add Writers for feeding data much more advanced analytics products:
    • Matomo (via API or MySQL)
    • Sawmill (via API)
    • AWStats, which is done via a Apache Access Log, which leads us to....
  • Add ApacheAccessLogWriter, which writes a standard apache log to a text file
  • Add a HTTP-Status-Code summary, to see 404s etc.
  • Add summary for GeoLocation
  • Put sumBasic back in (does the basic 5 as a single line.)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions