mnutt / hummingbird

Real time web analytics using node.js and web sockets
http://mnutt.github.com/hummingbird
MIT License
2.92k stars 15 forks source link

Data aggregation #7

Open seporaitis opened 14 years ago

seporaitis commented 14 years ago

Hi,

I've noticed Aggregates class in lib/ folder, however this class is not used anywhere else in the code, except it's imported at the top of lib/hummingbird.js

I'm guessing parts of the code were stripped out, so this wonderful tool could be open-sourced. Yet, I am wondering if you could give a little kickstart about where and how should Aggregates class be used.

Thanks!

starchild commented 11 years ago

Bump again! Would we use this for storing traffic data in a log file perhaps?

We've got the basic version running, but we're struggling to find documentation to help us extend it.

Things like being able to show how many concurrent users are on the site, length of stay, are they logged in, what are their usernames etc...

Also, is it possible to embed this info in other CMS admin pages and if so, how?

More instructional documentation would really help us get the most out of this very cool app and in the end, allow us to share our code with everyone else.

Cheers.