{"id":13456913,"url":"https://github.com/littleark/githut","last_synced_at":"2025-03-24T11:32:08.386Z","repository":{"id":19846978,"uuid":"23108912","full_name":"littleark/githut","owner":"littleark","description":"Visualization of data from github archive.","archived":false,"fork":false,"pushed_at":"2022-02-02T05:15:53.000Z","size":8970,"stargazers_count":1275,"open_issues_count":14,"forks_count":102,"subscribers_count":41,"default_branch":"master","last_synced_at":"2024-12-06T19:11:05.781Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/littleark.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-08-19T12:19:02.000Z","updated_at":"2024-11-26T15:02:08.000Z","dependencies_parsed_at":"2022-07-21T07:17:30.711Z","dependency_job_id":null,"html_url":"https://github.com/littleark/githut","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/littleark%2Fgithut","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/littleark%2Fgithut/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/littleark%2Fgithut/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/littleark%2Fgithut/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/littleark","download_url":"https://codeload.github.com/littleark/githut/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245261001,"owners_count":20586510,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T08:01:29.953Z","updated_at":"2025-03-24T11:32:06.383Z","avatar_url":"https://github.com/littleark.png","language":"HTML","funding_links":[],"categories":["HTML"],"sub_categories":[],"readme":"## GitHut\n\nGitHut (http://githut.info) is an attempt to visualize and explore the complexity of the universe of programming languages used across the repositories hosted on GitHub.\n\nProgramming languages are not simply the tool developers use to create programs or express algorithms but also instruments to code and decode creativity. By observing the history of languages we can enjoy the quest of humankind for a better way to solve problems, to facilitate collaboration between people and to reuse the effort of others.\n\nGithub is the largest code host in the world, with 3.5 million users. It's the place where the open-source development community offers access to most of its projects. By analyzing how languages are used in GitHub it is possible to understand the popularity of programming languages among developers and also to discover the unique characteristics of each language. \n\nThe visualization is based on two type of visualization: a Parallel Coordinates chart and a Small Multiples visualization.\n\nData is from Github Archive (http://www.githubarchive.org/).\n\n### Web Site\n\nGitHut is published at **http://githut.info**\n\n### Queries\n\nGitHub Archive data is also available on Google BigQuery. Below are the two queries used to collect the data for the Parallel Coordinates and Small Multiples visualizations:\n\n#### Parallel Coordinates\n\nMultiple information grouped by language for a defined quarter\n\n```sql\nSELECT \n  repository_language,\n  type,\n  COUNT(distinct(repository_url)) AS active_repos_by_url,\n  COUNT(repository_language) AS events,\n  YEAR(created_at) AS year,\n  QUARTER(created_at) AS quarter\nFROM [githubarchive:github.timeline]\nWHERE\n    (\n      type = 'PushEvent'\n      OR type = 'ForkEvent'\n      OR (type = 'IssuesEvent' AND (payload_action=\"opened\" OR payload_action==\"reopened\"))\n      OR (type = 'CreateEvent' AND payload_ref_type=\"repository\")\n      OR type = 'WatchEvent'\n    )\n    AND repository_language !=''\n    AND repository_url != ''\n    AND YEAR(created_at)= 2014\n    AND QUARTER(created_at)=1\nGROUP BY \n  repository_language,\n  type,\n  year,\n  quarter\n```\n\n#### Small Multiples\n\nCount of active repositories by quarter\n\n```sql\nSELECT\n  repository_language,\n  COUNT(distinct(repository_url)) AS active_repos_by_url,\n  YEAR(created_at) AS year,\n  QUARTER(created_at) AS quarter,\nFROM [githubarchive:github.timeline]\nWHERE\n    type=\"PushEvent\"\nGROUP BY\n  repository_language,\n  year,\n  quarter\nORDER BY\n  repository_language,\n  year DESC,\n  quarter DESC\n```\n\n### License\n\nThe content of this project itself is licensed under the [Creative Commons Attribution 4.0 license](http://creativecommons.org/licenses/by-nc-nd/4.0/), and the underlying source code used to format and display that content is licensed under the [MIT license](http://opensource.org/licenses/mit-license.php).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flittleark%2Fgithut","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flittleark%2Fgithut","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flittleark%2Fgithut/lists"}