Project:LHS Graphs and Visualizations: Difference between revisions
From London Hackspace Wiki
No edit summary |
No edit summary |
||
Line 22: | Line 22: | ||
=====Number of members===== | =====Number of members===== | ||
* This data is presumably stored in a database and can be queried with a simple <tt>SELECT COUNT(ID) FROM ACCOUNTS</tt> or some such. | * This data is presumably stored in a database and can be queried with a simple <tt>SELECT COUNT(ID) FROM ACCOUNTS</tt> or some such. | ||
* It would be nice to import historic data into rrdtool for this one - perhaps by looking at the date of members first payments? | * It would be nice to import historic data into rrdtool for this one - perhaps by looking at the date of members first payments? See the [https://github.com/londonhackspace/hackspace-foundation-sites/blob/master/etc/schema.sql Schema] | ||
=====Mailing list activity===== | =====Mailing list activity===== |
Revision as of 18:00, 13 December 2010
LHS Graphs and Visualizations
| |
---|---|
Members | Elliot |
QR code |
Overview
I'd like to supplement the Cacti graphs that we have for LHS bandwidth and power with metrics that provide insight to the growth of our community and organisation over time.
Initially I'd like to chart the following:
- Number of members
- Mailing list activity
- Wiki edits
- Website visitors and/or page impressions
Later I'd like to investigate:
- Space occupancy
Phase 1
To chart the initial metrics various bits of data will need to be exposed in a Cacti friendly way. I need help in getting access to these data sources so that I can write the various data input methods.
Number of members
- This data is presumably stored in a database and can be queried with a simple SELECT COUNT(ID) FROM ACCOUNTS or some such.
- It would be nice to import historic data into rrdtool for this one - perhaps by looking at the date of members first payments? See the Schema
Mailing list activity
- There is no API for Google Groups. Instead we could set up a Google Groups member account for this purpose and then periodically check the inbox for activity?
Wiki edits
- I'm fairly certain we can get this using either RSS or with the MediaWiki API.
Website visitors and/or page impressions
- Do we have some kind of analytics tool we could use for this? Google Analytics has an API.
Phase 2
Space occupancy
- We could use a directional IR occupancy counter. I think that we already have something like this in the LHS stores.