| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | Unique actors per repo org | Unique users | CommitCommentEvent | PullRequestReviewCommentEvent | PushEvent | PullRequestEvent | IssueCommentEvent | https://twitter.com/felipehoffa | ||||||||||||||||||
2 | Microsoft | 17842 | 399 | 992 | 1037 | 3124 | 16641 | https://twitter.com/felipehoffa/status/776480798715236352 | ||||||||||||||||||
3 | 15849 | 683 | 1159 | 386 | 3945 | 14346 | https://medium.com/google-cloud/analyzing-github-issues-and-comments-with-bigquery-c41410d3308 | |||||||||||||||||||
4 | docker | 14128 | 123 | 560 | 108 | 1739 | 13856 | |||||||||||||||||||
5 | angular | 12991 | 347 | 457 | 98 | 1881 | 12661 | |||||||||||||||||||
6 | 11871 | 536 | 1028 | 731 | 3319 | 10611 | ||||||||||||||||||||
7 | atom | 10531 | 109 | 247 | 42 | 1075 | 10213 | |||||||||||||||||||
8 | FortAwesome | 9193 | 14 | 9 | 5 | 77 | 9151 | |||||||||||||||||||
9 | elastic | 7653 | 133 | 226 | 131 | 1282 | 7346 | |||||||||||||||||||
10 | npm | 7060 | 61 | 92 | 30 | 869 | 6678 | |||||||||||||||||||
11 | apache | 6619 | 638 | 2062 | 34 | 5141 | 4662 | |||||||||||||||||||
12 | angular-ui | 6444 | 112 | 116 | 44 | 818 | 6043 | |||||||||||||||||||
13 | learn-co-students | 6190 | 19 | 50 | 148 | 6172 | 334 | |||||||||||||||||||
14 | Homebrew | 6141 | 160 | 883 | 26 | 2836 | 5024 | |||||||||||||||||||
15 | ansible | 5946 | 111 | 419 | 43 | 1702 | 5433 | |||||||||||||||||||
16 | driftyco | 5497 | 119 | 29 | 28 | 736 | 5253 | |||||||||||||||||||
17 | hashicorp | 5300 | 91 | 312 | 51 | 1179 | 4933 | |||||||||||||||||||
18 | Azure | 5141 | 108 | 579 | 415 | 2400 | 4089 | |||||||||||||||||||
19 | aspnet | 4989 | 155 | 244 | 83 | 690 | 4731 | |||||||||||||||||||
20 | nodejs | 4784 | 133 | 482 | 153 | 836 | 4591 | |||||||||||||||||||
21 | owncloud | 4782 | 101 | 153 | 109 | 440 | 4711 | |||||||||||||||||||
22 | dotnet | 4383 | 179 | 587 | 274 | 867 | 4207 | https://medium.com/@hoffa/that-chart-shows-how-many-users-each-github-organization-has-attracted-to-github-200acef5b0ec | ||||||||||||||||||
23 | laravel | 4330 | 292 | 289 | 5 | 1788 | 3741 | |||||||||||||||||||
24 | webpack | 4255 | 57 | 94 | 20 | 513 | 4087 | -- Organizations with the most Contributors | ||||||||||||||||||
25 | FreeCodeCamp | 4099 | 90 | 150 | 30 | 703 | 3871 | --- List of organizations that have the most unique users contributing via commits or opening or commenting on an issue or PR in the specified time frame | ||||||||||||||||||
26 | aws | 3931 | 56 | 109 | 81 | 642 | 3722 | --- Source: githubarchive public data set via Google BigQuery http://githubarchive.org/ | ||||||||||||||||||
27 | mozilla | 3728 | 222 | 571 | 470 | 1404 | 3338 | https://gist.github.com/alysonla/e14c01ec7a0d2823e7317f7b58b22926#file-orgs-most-contributors-sql | ||||||||||||||||||
28 | rails | 3724 | 262 | 397 | 48 | 1218 | 3339 | |||||||||||||||||||
29 | Automattic | 3690 | 133 | 276 | 241 | 909 | 3403 | |||||||||||||||||||
30 | jenkinsci | 3638 | 254 | 441 | 555 | 1795 | 2796 | Try it with Google BigQuery :) | ||||||||||||||||||
31 | udacity | 3466 | 147 | 159 | 101 | 3182 | 1414 | |||||||||||||||||||
32 | ValveSoftware | 3396 | 17 | 1 | 14 | 76 | 3337 | |||||||||||||||||||
33 | github | 3345 | 186 | 232 | 126 | 1217 | 2694 | SELECT org.login org, COUNT(DISTINCT actor.login) unique_actors, | ||||||||||||||||||
34 | meteor | 3289 | 172 | 83 | 33 | 429 | 3067 | COUNT(DISTINCT IF(type='CommitCommentEvent',actor.login, null)) CommitCommentEvent, | ||||||||||||||||||
35 | tensorflow | 3282 | 38 | 142 | 50 | 611 | 3200 | COUNT(DISTINCT IF(type='PullRequestReviewCommentEvent',actor.login, null)) PullRequestReviewCommentEvent, | ||||||||||||||||||
36 | deadlyvipers | 3205 | 13 | 259 | 0 | 3205 | 425 | COUNT(DISTINCT IF(type='PushEvent',actor.login, null)) PushEvent, | ||||||||||||||||||
37 | travis-ci | 3144 | 59 | 90 | 35 | 379 | 3057 | COUNT(DISTINCT IF(type='PullRequestEvent',actor.login, null)) PullRequestEvent, | ||||||||||||||||||
38 | kubernetes | 3127 | 136 | 614 | 128 | 1213 | 2979 | COUNT(DISTINCT IF(type='IssueCommentEvent',actor.login, null)) IssueCommentEvent, | ||||||||||||||||||
39 | square | 3122 | 72 | 221 | 111 | 634 | 2871 | FROM TABLE_DATE_RANGE([githubarchive:day.],TIMESTAMP('2015-09-01'),TIMESTAMP('2016-08-31')) | ||||||||||||||||||
40 | ParsePlatform | 3062 | 66 | 84 | 29 | 479 | 2902 | WHERE type IN ( | ||||||||||||||||||
41 | spring-projects | 3060 | 124 | 145 | 66 | 979 | 2619 | CommitCommentEvent', | ||||||||||||||||||
42 | NECROBOTIO | 3041 | 125 | 14 | 8 | 199 | 2909 | PullRequestReviewCommentEvent', | ||||||||||||||||||
43 | PokemonGoF | 2953 | 205 | 167 | 40 | 497 | 2788 | PushEvent', | ||||||||||||||||||
44 | CocoaPods | 2947 | 39 | 71 | 25 | 619 | 2518 | PullRequestEvent', | ||||||||||||||||||
45 | nylas | 2851 | 22 | 34 | 28 | 181 | 2767 | IssueCommentEvent') | ||||||||||||||||||
46 | reactjs | 2818 | 56 | 174 | 32 | 748 | 2515 | AND org.login IS NOT NULL | ||||||||||||||||||
47 | realm | 2737 | 37 | 97 | 41 | 191 | 2688 | GROUP BY 1 | ||||||||||||||||||
48 | fastlane | 2730 | 50 | 177 | 13 | 507 | 2572 | ORDER BY 2 DESC | ||||||||||||||||||
49 | rackt | 2720 | 61 | 103 | 23 | 581 | 2506 | LIMIT 100 | ||||||||||||||||||
50 | DefinitelyTyped | 2661 | 74 | 243 | 27 | 1791 | 1859 | |||||||||||||||||||
51 | swagger-api | 2650 | 37 | 86 | 12 | 713 | 2386 | |||||||||||||||||||
52 | magento | 2612 | 65 | 60 | 36 | 486 | 2532 | |||||||||||||||||||
53 | golang | 2600 | 108 | 31 | 12 | 212 | 2499 | |||||||||||||||||||
54 | thoughtbot | 2569 | 82 | 256 | 99 | 764 | 2322 | |||||||||||||||||||
55 | alibaba | 2534 | 33 | 28 | 88 | 303 | 2407 | |||||||||||||||||||
56 | rust-lang | 2513 | 59 | 485 | 21 | 1021 | 2244 | |||||||||||||||||||
57 | vuejs | 2469 | 54 | 62 | 16 | 685 | 2206 | |||||||||||||||||||
58 | saltstack | 2440 | 72 | 183 | 23 | 776 | 2259 | |||||||||||||||||||
59 | open-source-society | 2368 | 12 | 8 | 12 | 91 | 2340 | |||||||||||||||||||
60 | grafana | 2357 | 21 | 31 | 10 | 300 | 2264 | |||||||||||||||||||
61 | symfony | 2346 | 100 | 404 | 16 | 1018 | 2074 | |||||||||||||||||||
62 | twbs | 2346 | 62 | 66 | 9 | 534 | 2052 | |||||||||||||||||||
63 | mapbox | 2289 | 101 | 149 | 143 | 557 | 2143 | |||||||||||||||||||
64 | phonegap | 2284 | 33 | 29 | 27 | 180 | 2243 | |||||||||||||||||||
65 | strongloop | 2275 | 40 | 90 | 40 | 409 | 2173 | |||||||||||||||||||
66 | caskroom | 2245 | 84 | 238 | 12 | 1788 | 1321 | |||||||||||||||||||
67 | babel | 2243 | 106 | 127 | 31 | 603 | 1998 | |||||||||||||||||||
68 | coreos | 2100 | 44 | 242 | 68 | 658 | 1907 | |||||||||||||||||||
69 | callemall | 2096 | 30 | 149 | 11 | 461 | 1973 | |||||||||||||||||||
70 | zurb | 2027 | 73 | 24 | 24 | 502 | 1817 | |||||||||||||||||||
71 | XX-net | 2025 | 17 | 11 | 3 | 53 | 2003 | |||||||||||||||||||
72 | airbnb | 2004 | 54 | 236 | 90 | 776 | 1700 | |||||||||||||||||||
73 | spotify | 1938 | 40 | 158 | 95 | 537 | 1786 | |||||||||||||||||||
74 | JetBrains | 1926 | 129 | 99 | 143 | 1442 | 1087 | |||||||||||||||||||
75 | ethereum | 1904 | 59 | 110 | 54 | 432 | 1804 | |||||||||||||||||||
76 | yiisoft | 1885 | 98 | 121 | 6 | 526 | 1666 | |||||||||||||||||||
77 | fex-team | 1855 | 24 | 5 | 21 | 144 | 1785 | |||||||||||||||||||
78 | GoogleCloudPlatform | 1806 | 106 | 304 | 224 | 680 | 1637 | |||||||||||||||||||
79 | apple | 1797 | 498 | 346 | 109 | 832 | 1085 | |||||||||||||||||||
80 | getlantern | 1795 | 18 | 11 | 12 | 35 | 1764 | |||||||||||||||||||
81 | shadowsocks | 1791 | 120 | 10 | 12 | 134 | 1641 | |||||||||||||||||||
82 | docker-library | 1785 | 38 | 74 | 6 | 453 | 1644 | |||||||||||||||||||
83 | firebase | 1785 | 18 | 65 | 43 | 291 | 1736 | |||||||||||||||||||
84 | emberjs | 1766 | 61 | 199 | 36 | 675 | 1542 | |||||||||||||||||||
85 | 1756 | 59 | 195 | 105 | 583 | 1511 | ||||||||||||||||||||
86 | RocketChat | 1752 | 43 | 57 | 26 | 334 | 1641 | |||||||||||||||||||
87 | chef | 1739 | 70 | 178 | 125 | 528 | 1585 | |||||||||||||||||||
88 | AtomLinter | 1738 | 25 | 75 | 58 | 291 | 1676 | |||||||||||||||||||
89 | composer | 1735 | 84 | 91 | 6 | 310 | 1575 | |||||||||||||||||||
90 | auth0 | 1688 | 36 | 108 | 86 | 633 | 1333 | |||||||||||||||||||
91 | googlesamples | 1682 | 24 | 50 | 72 | 311 | 1591 | |||||||||||||||||||
92 | awslabs | 1678 | 27 | 63 | 155 | 554 | 1330 | |||||||||||||||||||
93 | influxdata | 1640 | 32 | 130 | 36 | 396 | 1520 | |||||||||||||||||||
94 | rancher | 1632 | 23 | 58 | 24 | 264 | 1574 | |||||||||||||||||||
95 | letsencrypt | 1629 | 22 | 82 | 21 | 290 | 1517 | |||||||||||||||||||
96 | WhisperSystems | 1626 | 51 | 54 | 8 | 219 | 1563 | |||||||||||||||||||
97 | sequelize | 1622 | 32 | 85 | 9 | 315 | 1552 | |||||||||||||||||||
98 | eslint | 1614 | 34 | 122 | 21 | 358 | 1570 | |||||||||||||||||||
99 | Semantic-Org | 1588 | 15 | 14 | 12 | 222 | 1500 | |||||||||||||||||||
100 | dmlc | 1585 | 41 | 65 | 29 | 397 | 1464 |