Is there a way to see the community size of any Stack Exchange or Stack Overflow site?
That is, see how many active members there are where an active member might answer or ask questions.
|
Is there a way to see the community size of any Stack Exchange or Stack Overflow site? That is, see how many active members there are where an active member might answer or ask questions. |
|||||||||||
|
|
Anton Geraschenko has compiled some metrics such as number of questions, answers, users, and activity of the Trilogy sites and various StackExchange sites. |
|||
|
|
|
I pick an arbitrary amount of rep to decide what counts as "active" and then find the user page where that rep is displayed. There are 35 users per page, so everyone above that page is "active". Say I choose 100 rep. The page where under 100 rep occurs is: SO: page 876, so about 30,700 active users Meta: page 185, so about 6,400 active users Moms4mom: page 4, so about 100 active users Chiphacker: page 3, so about 70 active users The other metric I use is how many questions on the front page as a ratio of the oldest question on the front page. Remember that the front page shows all post activity, answers as well as questions, so they aren't all 'new' questions. Right now it's going to be low due to slower nighttime activity: SO: 50 questions, oldest is 30 minutes old. This gives you about 2,400 posts per day. Meta: 50 questions, oldest is 13 hours, so about 92 posts per day Moms4mom: 50 questions, oldest is Jan 20th, so about 6 posts per day Chiphacker: 50 questions, oldest is Jan 8th, so about 2.5 posts per day Between these two metrics, I feel I can size up a new stackexchange site quickly enough to decide whether it's worth sticking around, or whether I should spend my time elsewhere until the community has either matured or died off. |
|||
|
|
|
Since the release of the Stack Exchange API, it is now possible to programmatically obtain information from the Stack Exchange network of sites. General Statistics The following are the statistics of each Stack Exchange site which are marked as "normal" by the Stack Exchange API. The activity on the site could probably be inferred by looking at the "Answers per minute", "Questions per minute", "Badges per minute" and the "Views per day" values. Stack Overflow (http://stackoverflow.com)
Server Fault (http://serverfault.com)
Super User (http://superuser.com)
Meta Stack Overflow (http://meta.stackoverflow.com)
Stack Apps (http://stackapps.com)
Active Users Let's define an active user to be one defined in Pollyanna's answer: an user who has more than 100 reputation. Edit As suggested in the comments by mmyers, I have updated the definition of an active user to be someone who has more than 101 reputation points (minimum of 102 points), to account for users who have gotten 100 points by merely associating an account. It is possible to perform a query on the Stack Exchange API to return users who have a minimum of 102 reputation points. The results are as follows: Stack Overflow (http://stackoverflow.com)
Server Fault (http://serverfault.com)
Super User (http://superuser.com)
Meta Stack Overflow (http://meta.stackoverflow.com)
Stack Apps (http://stackapps.com)
1) The data was obtained at approximately Saturday, August 14, 2010 1800 GMT. 2) Statistics of a Stack Exchange site can be obtained by calling the 3) To query users with a reputation greater than 100, one would use the 4) The definition of what is constituted as a "normal" site is not precisely defined (or at least I haven't been able to find one), but according to this documentation page, a normal site is one that is non-meta and non-beta. 5) Only the sites which were marked as "normal" were included, as the total number of Stack Exchange sites, including meta and beta, were 43 as of the time the statistics were obtained. 6) The above statistics data was obtained and formatted by a pre-release version of a Java client I am currently writing for the Stack Exchange API. |
|||||||||||||||||
|