{"id":17329668,"url":"https://github.com/alexolivier/flight2bq","last_synced_at":"2025-04-14T17:31:12.665Z","repository":{"id":153003474,"uuid":"124800037","full_name":"alexolivier/flight2bq","owner":"alexolivier","description":"RTLSDR ADS-B dump1090 to Google BigQuery","archived":false,"fork":false,"pushed_at":"2019-09-17T03:41:50.000Z","size":2534,"stargazers_count":33,"open_issues_count":1,"forks_count":4,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-01T05:25:26.347Z","etag":null,"topics":["ads-b","aircraft","bigquery","google-bigquery","raspberry-pi","rtl-sdr","rtlsdr"],"latest_commit_sha":null,"homepage":"","language":"Go","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/alexolivier.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}},"created_at":"2018-03-11T21:12:43.000Z","updated_at":"2022-12-07T19:54:17.000Z","dependencies_parsed_at":"2023-10-20T16:35:26.304Z","dependency_job_id":null,"html_url":"https://github.com/alexolivier/flight2bq","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/alexolivier%2Fflight2bq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexolivier%2Fflight2bq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexolivier%2Fflight2bq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexolivier%2Fflight2bq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexolivier","download_url":"https://codeload.github.com/alexolivier/flight2bq/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223639403,"owners_count":17177816,"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":["ads-b","aircraft","bigquery","google-bigquery","raspberry-pi","rtl-sdr","rtlsdr"],"created_at":"2024-10-15T14:49:06.951Z","updated_at":"2024-11-08T06:03:57.363Z","avatar_url":"https://github.com/alexolivier.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flight2BQ\nStream ADS-B data (RTLSDR dump1090 on a RaspberryPi etc) to Google BigQuery.\n\n\nExample live public dataset on London, UK can be found in `alex-olivier.flighttracker_prod.aircraft_stream` in BigQuery.\n\nPlease let me know if you would like to add data from your location.\n\n## Example Data\n\n| timestamp | hexid | ident | squawk | alt | speed | airGround | lat | lon | heading |\n| --------- | ----- | ----- | ------ | --- | ----- | --------- | --- | --- | ------ |\n| 2018-03-11 21:33:21.000 UTC |\tA023AF | EJM685 | 7660 | 10000 | 305 | A | 51.86767 | -0.02373 | 23\t |\n| 2018-03-11 21:33:21.000 UTC | 4CA213 | EIN24K | 2020 | 12825 | 369 | A | 51.29451 | -0.50453 | 306 |\n| 2018-03-11 21:33:21.000 UTC | 06A141 | QTR8132 | 7270 | 30550 | 469 | A | 51.27194 | 0.29724 | 98 |\n| 2018-03-11 21:33:20.000 UTC | 781103 | CES552 | 2244 | 5125 | 260 | A | 51.53212 | -0.25757 | 67 |\n| 2018-03-11 21:33:20.000 UTC | 48AF00 | LOT285 | 2013 | 8000 | 275 | A | 51.64124 | -0.26775 | 269 | \n| 2018-03-11 21:33:20.000 UTC | 40621C | BAW199 | 2217 | 3375 | 250 | A | 51.44371 | -0.33089 | 106 | \n| 2018-03-11 21:33:19.000 UTC | 4CA911 | RYR96JV | 3550 | 35125 | 401 | A | 51.46848 | 1.09154 | 272 |\n| 2018-03-11 21:33:19.000 UTC | 4B1691 | SWR24H | 3053 | 10125 | 308 | A | 51.23309 | 0.1207 | 332\t | \n| 2018-03-11 21:33:19.000 UTC | 4CC272 | ICE477 | 4462 | 14775 | 389 | A | 51.49393 | 0.15782 | 332 |\n\n\n## Todo\n- [ ] Get airframe information from https://opensky-network.org/\n- [ ] Schedules dedupe query\n\n## Table Schema\n```\ntimestamp\tTIMESTAMP\tNULLABLE\t\nhexid STRING\tNULLABLE\t\nident\tSTRING\tNULLABLE\t\nsquawk\tINTEGER\tNULLABLE\t\nalt\tINTEGER\tNULLABLE\t\nspeed\tINTEGER\tNULLABLE\t\nairGround\tSTRING\tNULLABLE\t\nlat\tFLOAT\tNULLABLE\t\nlon\tFLOAT\tNULLABLE\t\nheading\tINTEGER\tNULLABLE\t\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexolivier%2Fflight2bq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexolivier%2Fflight2bq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexolivier%2Fflight2bq/lists"}