von
von copied to clipboard
Von is an opinionated Redis stats tracker
The following allows me to run use the 'current' method for the key "zone_id": ``` Von.configure do |config| config.counter 'zone_id', current: [ :day, :week, :month, :year ] end ``` However,...
I though it should be nice to have possibility to add custom timestamp to counter when incrementing it's value (e.g. to be able to populate the data or migrate from...
Hi, I had some compatibility issues with activesupport 4.1. I've updated the gemspec. I've also fixed the mocha import in the test helper. The test are passing but it may...
Hi! I really like the whole idea. I have ~year of data that i would like to populate von keys with. Do you guys have any easy way to do...
I would be really nice to have unique counters using redis bitsets - it may be used to calculate e.g. daily/weekly/monthly active users. You can find nice article describing this...
Say for instance if you want to increment by 14 instead of 1
It would be nice to have a simple dashboard where you could configure which stats you want graphed over a given time period.
Not 100% sure how this would look, but it would be nice to have an average: "we average x signups per hour/day/etc"