Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speculative features for (much) later versions #39

Open
JohnAD opened this issue Apr 16, 2018 · 5 comments
Open

Speculative features for (much) later versions #39

JohnAD opened this issue Apr 16, 2018 · 5 comments
Assignees

Comments

@JohnAD
Copy link
Contributor

JohnAD commented Apr 16, 2018

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.)
@JohnAD
Copy link
Contributor Author

JohnAD commented Apr 16, 2018

  • Add Flask's built-in session cookie to the usage log.
  • Put documentation for writing one's own summary back in.
    • Make a YouTube tutorial video on that.

@ashcrow ashcrow self-assigned this Apr 16, 2018
@JohnAD
Copy link
Contributor Author

JohnAD commented Apr 24, 2018

@ashcrow
Copy link
Owner

ashcrow commented Jun 4, 2018

@JohnAD 2.0.0 went live. Let me know once you publish your video!

@JohnAD
Copy link
Contributor Author

JohnAD commented Jun 4, 2018

The video is now live!
https://www.youtube.com/watch?v=r1wL0FVeLmA

I plan on adding another vid for the geolocation function in the next few weeks.

@ashcrow
Copy link
Owner

ashcrow commented Jun 4, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants