{"id":28963934,"url":"https://github.com/pompierninja/scio-demo","last_synced_at":"2026-05-15T04:35:38.563Z","repository":{"id":177655520,"uuid":"212884431","full_name":"pompierninja/scio-demo","owner":"pompierninja","description":"Playing w/ Scio","archived":false,"fork":false,"pushed_at":"2019-10-09T18:53:04.000Z","size":52,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-13T19:41:02.969Z","etag":null,"topics":["apache-beam","bigquery","scio"],"latest_commit_sha":null,"homepage":"","language":"Scala","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/pompierninja.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-04T19:02:53.000Z","updated_at":"2019-10-09T18:53:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"3c4c562a-eb5d-4a3f-9908-1863a13b0072","html_url":"https://github.com/pompierninja/scio-demo","commit_stats":null,"previous_names":["angulartist/scio-demo","pompierninja/scio-demo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pompierninja/scio-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pompierninja%2Fscio-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pompierninja%2Fscio-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pompierninja%2Fscio-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pompierninja%2Fscio-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pompierninja","download_url":"https://codeload.github.com/pompierninja/scio-demo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pompierninja%2Fscio-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33053945,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-15T02:00:06.351Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["apache-beam","bigquery","scio"],"created_at":"2025-06-24T04:12:53.769Z","updated_at":"2026-05-15T04:35:38.521Z","avatar_url":"https://github.com/pompierninja.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Playing w/ Spotify's Scio\n\n* [X] Ingest [https://www.meetup.com/fr-FR/meetup_api/](https://www.meetup.com/fr-FR/meetup_api/)\n* [X] Streaming processing w/ Apache-Beam X Scio\n* [X] Query trending topics from BigQuery\n\n```sh\n# Playing w/ Spotify's Scio\n\n# Using DirectRunner\n\n# Build\n$ sbt pack\n# Run\n$ target/pack/bin/main\n\n# Just run\nsbt run\n```\n\n```sql\n# (BigQuery) Get top 5 trending topics within the last 5 minutes\n\nSELECT SUM(score) as score, topic_name, timestamp\nFROM `project_id.dataset_name.table_name`\nWHERE timestamp \u003e TIMESTAMP_SUB(CURRENT_TIMESTAMP(), INTERVAL 5 MINUTE)\nGROUP BY timestamp, topic_name\nORDER BY score DESC \nLIMIT 5\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpompierninja%2Fscio-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpompierninja%2Fscio-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpompierninja%2Fscio-demo/lists"}