Skip to content

Instantly share code, notes, and snippets.

@timgluz
Created December 31, 2013 16:04
Show Gist options
  • Select an option

  • Save timgluz/8198872 to your computer and use it in GitHub Desktop.

Select an option

Save timgluz/8198872 to your computer and use it in GitHub Desktop.
Top10 pushed Java projects on Github
pos repository pushes description repository_url
1 yhadoop-common 53618 https://github.com/griddynamics/yhadoop-common
2 melete 33783 null https://github.com/sakai-mirror/melete
3 hbase 10815 Mirror of Apache Hadoop HBase https://github.com/griddynamics/hbase
4 liferay-portal 5716 https://github.com/liferay/liferay-portal
5 liferay-portal 5634 https://github.com/brianchandotcom/liferay-portal
6 ovirt-engine 5598 This is a miror from gerrit.ovirt.org https://github.com/oVirt/ovirt-engine
7 infinispan 5199 Infinispan is an open source data grid platform and highly scalable NoSQL cloud data store. https://github.com/danberindei/infinispan
8 hadoop-common 4678 Mirror of Apache Hadoop common https://github.com/apache/hadoop-common
9 lucene-solr 4418 Mirror of Apache Lucene & Solr https://github.com/apache/lucene-solr
10 h2o 4374 h2o = fast statistical, machine learning & math runtime for bigdata https://github.com/0xdata/h2o
@timgluz
Copy link
Author

timgluz commented Dec 31, 2013

Source: githubarchive

Query:

SELECT repository_name, count(repository_name) as pushes, repository_description, repository_url
FROM [githubarchive:github.timeline]
WHERE type="PushEvent"
    AND repository_language="Java"
    AND PARSE_UTC_USEC(created_at) >= PARSE_UTC_USEC('2013-01-01 00:00:00')
GROUP BY repository_name, repository_description, repository_url
ORDER BY pushes DESC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment