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

Add ETL process to compress relevant data #9

Merged
merged 1 commit into from
Jan 15, 2019

Commits on Jan 15, 2019

  1. Add ETL process to compress relevant data

    Due to many requests being captured, the login_address table grows quickly
    on large installations. However, the individual rows are not required for the
    training. As long as we know which (ip,uid) has been used first/last, we can
    separate training from test data while keeping the database compact.
    
    Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
    ChristophWurst committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    84fabe3 View commit details
    Browse the repository at this point in the history