adambaumeister / goflow

Golang netflow parsing with flexible storage backend.
GNU General Public License v3.0
55 stars 9 forks source link

Maxage #10

Closed adambaumeister closed 5 years ago

adambaumeister commented 5 years ago

Added MaxAge utility, used to prune flow records from the database after they get a certain number of days old, and simplified Timescaledb storage to allow for frontend support.