Skip to content

counts events with arbitrary names, over time, aggregates minutes/hours/days

License

Notifications You must be signed in to change notification settings

netkraken/countdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a kraken

countdb

Build Status Coverage Status PyPI version

count events with arbitrary names, over time, aggregates minutes/hours/days

tl;dr

  • counts events with arbitrary names
  • stores events per minute (averaging multiple measurements)
  • aggregates events per hour/day

API: CountDB

open(filename) opens the CountDB readonly

open_for_counting(filename) constitutes a single measurement, stored in a CountDB, allows multiple calls to count(key)

open_for_extending(filename) extends the current CountDB with another one (extend(), used for the aggregation)

About

counts events with arbitrary names, over time, aggregates minutes/hours/days

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published