Closed
Bug 1028255
Opened 12 years ago
Closed 10 years ago
Query Mozillians database for community growth data
Categories
(Participation Infrastructure :: Phonebook, defect)
Participation Infrastructure
Phonebook
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: williamr, Unassigned)
Details
(Whiteboard: [data: export])
We can use the data in Mozillians.org to look at how our community has grown. This data would be especially useful for the Community Building Team in their planning. We would like to run this query so we can then analyze the data:
SELECT date_mozillian, date_joined, last_updated, country, is_vouched FROM profile JOIN auth_user ON profile.user_id=auth_user.id;
There is no personal information returned by this query - just dates, a country name and whether or not the user is vouched. Feel free to email the resultset to me or attach to this bug.
| Reporter | ||
Comment 1•12 years ago
|
||
Sheeri, could you help us run this query on the mozillians.org production database? Thanks!
Flags: needinfo?(scabral)
Comment 2•12 years ago
|
||
Sure! Although is it worth it for me to extract the data, and then you send it to the community building team, which will then send the data back to me for the data warehouse where all this is happening?
If you don't need anything in the interim, this is a data source we can just pull from.
Flags: needinfo?(scabral)
Updated•11 years ago
|
Whiteboard: [data: export]
Comment 4•11 years ago
|
||
And if you do still want this info, do you just want the numbers, or do you want a tableau graph that will update based on the data in the database - e.g. live update?
We can work with you on what you want for a community dashboard, if that's not already happening.
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
Updated•7 years ago
|
Flags: needinfo?(mozwilliamr)
You need to log in
before you can comment on or make changes to this bug.
Description
•