{"id":19899536,"url":"https://github.com/pushshift/google_bigquery","last_synced_at":"2025-06-13T00:05:58.170Z","repository":{"id":102302100,"uuid":"134494769","full_name":"pushshift/google_bigquery","owner":"pushshift","description":null,"archived":false,"fork":false,"pushed_at":"2018-05-23T01:48:00.000Z","size":7,"stargazers_count":8,"open_issues_count":5,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-13T00:05:52.767Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/pushshift.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-05-23T01:20:35.000Z","updated_at":"2020-02-21T05:39:45.000Z","dependencies_parsed_at":"2023-05-01T20:15:32.294Z","dependency_job_id":null,"html_url":"https://github.com/pushshift/google_bigquery","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pushshift/google_bigquery","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pushshift%2Fgoogle_bigquery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pushshift%2Fgoogle_bigquery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pushshift%2Fgoogle_bigquery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pushshift%2Fgoogle_bigquery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pushshift","download_url":"https://codeload.github.com/pushshift/google_bigquery/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pushshift%2Fgoogle_bigquery/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259553130,"owners_count":22875609,"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-12T20:08:59.749Z","updated_at":"2025-06-13T00:05:58.157Z","avatar_url":"https://github.com/pushshift.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pushshift Google BigQuery Data Streams\n\n## Reddit\n\n### Dataset location\n\npushshift.rt_reddit\n\n### Tables\n\ncomments\n\n### comments Table Schema\n```\n  Last modified                  Schema                  Total Rows   Total Bytes   Expiration      Time Partitioning       Labels  \n ----------------- ------------------------------------- ------------ ------------- ------------ -------------------------- -------- \n  23 May 01:14:24   |- author: string (required)          0            0                          DAY (field: created_utc)           \n                    |- author_flair_text: string                                                                                     \n                    |- author_flair_css_class: string                                                                                \n                    |- body: string (required)                                                                                       \n                    |- created_utc: timestamp                                                                                        \n                    |- subreddit: string (required)                                                                                  \n                    |- subreddit_id: integer (required)                                                                              \n                    |- parent_id: string                                                                                             \n                    |- link_id: string (required)                                                                                    \n                    |- id: integer (required)                                                                                        \n                    |- send_replies: boolean                                                                                         \n                    |- stickied: boolean                                                                                             \n                    |- subreddit_type: string                                                                                        \n                    |- score: integer                                                                                                \n                    |- gilded: integer                                                                                               \n                    |- can_gild: boolean                                                                                             \n                    |- controversiality: integer                                                                                     \n                    |- is_submitter: boolean                                                                                         \n                    |- no_follow: boolean                                                                                            \n                    |- edited: timestamp                                                                                             \n                    |- permalink: string                                                                                             \n                    |- retrieved_on: timestamp                                                                                       \n```                                                                                 \n\n### Standard SQL Query Examples\n\nHow many comments have been made in the last minute?\n\n    SELECT count(*) FROM `pushshift.rt_reddit.comments` WHERE created_utc \u003e TIMESTAMP_SUB(CURRENT_TIMESTAMP, INTERVAL 1 MINUTE)\n    \nWhat are the most active subreddits over the past five minutes?\n\n    SELECT subreddit, count(*) FROM `pushshift.rt_reddit.comments` WHERE created_utc \u003e TIMESTAMP_SUB(CURRENT_TIMESTAMP, INTERVAL 5 MINUTE) GROUP BY 1 ORDER BY 2 DESC\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpushshift%2Fgoogle_bigquery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpushshift%2Fgoogle_bigquery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpushshift%2Fgoogle_bigquery/lists"}