{"id":18780430,"url":"https://github.com/karan/python-vs-java-forks","last_synced_at":"2025-04-13T11:30:55.652Z","repository":{"id":9363095,"uuid":"11217407","full_name":"karan/Python-vs-Java-forks","owner":"karan","description":"Visualising usage of Python and Java throughout the world using WebGL Globe","archived":false,"fork":false,"pushed_at":"2013-07-06T11:51:04.000Z","size":1068,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T23:29:51.089Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/karan.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":"2013-07-06T11:40:47.000Z","updated_at":"2025-02-01T17:03:14.000Z","dependencies_parsed_at":"2022-09-22T16:42:23.704Z","dependency_job_id":null,"html_url":"https://github.com/karan/Python-vs-Java-forks","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/karan%2FPython-vs-Java-forks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karan%2FPython-vs-Java-forks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karan%2FPython-vs-Java-forks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karan%2FPython-vs-Java-forks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karan","download_url":"https://codeload.github.com/karan/Python-vs-Java-forks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248705517,"owners_count":21148549,"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-11-07T20:26:22.257Z","updated_at":"2025-04-13T11:30:54.611Z","avatar_url":"https://github.com/karan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Python-vs-Java-forks\n====================\n\nVisualising usage of Python and Java throughout the world using [WebGL Globe](http://www.chromeexperiments.com/globe).\n\n**I cannot vouch for the data as this was a primitive test that I did to get used to BigQuery and WebGL Globe.**\n\nData taken from [GitHub Archive](http://www.githubarchive.org/) dataset up on [Google BigQuery](https://developers.google.com/bigquery/).\n\nInitially I wanted to compare Python, Ruby and Java, but the data was not at all good (yes, I made mistakes but that's the good thing about learning, you are free to make mistakes).\n\nQuery used to filter the data:\n\n    SELECT repository_name, actor_attributes_location, repository_forks\n    FROM [githubarchive:github.timeline]\n    WHERE type=\"PushEvent\"\n        AND repository_language=\"Python\"\n        AND NOT actor_attributes_location CONTAINS \"http\"\n    GROUP BY repository_name, actor_attributes_location, repository_forks\n    ORDER BY repository_forks DESC\n    \nRun Locally\n============\n\n`cd` to the directory `globe`. If you're using python (like me), run\n    python -m SimpleHTTPServer\n    \nOpen `http://localhost:8000` in your browser.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaran%2Fpython-vs-java-forks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaran%2Fpython-vs-java-forks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaran%2Fpython-vs-java-forks/lists"}