All Projects → alexolivier → flight2bq

alexolivier / flight2bq

Licence: other
RTLSDR ADS-B dump1090 to Google BigQuery

Programming Languages

go
31211 projects - #10 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to flight2bq

readsb
ADS-B decoder swiss knife
Stars: ✭ 114 (+245.45%)
Mutual labels:  rtl-sdr, aircraft, ads-b, rtlsdr
docker-flightradar24
Multi-architecture docker container running flightradar24 fr24feed. Designed to work in tandem with mikenye/readsb (arm32v7/arm64/x86_64).
Stars: ✭ 71 (+115.15%)
Mutual labels:  rtl-sdr, ads-b, rtlsdr
gitbook-adsb-guide
Guide to aircraft tracking using ADS-B reception with SDR & docker containers. Published on GitBook.
Stars: ✭ 46 (+39.39%)
Mutual labels:  rtl-sdr, ads-b, rtlsdr
docker-acarshub
Docker container to utilize RTLSDR dongle(s) to view/stream ACARS/VDLM2 aircraft data transmissions
Stars: ✭ 12 (-63.64%)
Mutual labels:  aircraft, rtlsdr
PlotRTL1090
3D visualization of air traffic through RTL-SDR (dump1090) and MATLAB
Stars: ✭ 107 (+224.24%)
Mutual labels:  rtl-sdr, ads-b
laravel-big
Google BigQuery for Laravel
Stars: ✭ 14 (-57.58%)
Mutual labels:  bigquery, google-bigquery
snowplow-bigquery-loader
Loads Snowplow enriched events into Google BigQuery
Stars: ✭ 15 (-54.55%)
Mutual labels:  bigquery, google-bigquery
Cube.js
📊 Cube — Open-Source Analytics API for Building Data Apps
Stars: ✭ 11,983 (+36212.12%)
Mutual labels:  bigquery
Bitcoin Etl
ETL scripts for Bitcoin, Litecoin, Dash, Zcash, Doge, Bitcoin Cash. Available in Google BigQuery https://goo.gl/oY5BCQ
Stars: ✭ 174 (+427.27%)
Mutual labels:  bigquery
Embulk Output Bigquery
Embulk output plugin to load/insert data into Google BigQuery
Stars: ✭ 99 (+200%)
Mutual labels:  bigquery
Ethereum Etl Airflow
Airflow DAGs for exporting, loading, and parsing the Ethereum blockchain data. What datasets do you want to be added to Ethereum ETL? Vote here: https://blockchain-etl.convas.io.
Stars: ✭ 89 (+169.7%)
Mutual labels:  bigquery
Beast
Load data from Kafka to any data warehouse
Stars: ✭ 119 (+260.61%)
Mutual labels:  bigquery
Scio
A Scala API for Apache Beam and Google Cloud Dataflow.
Stars: ✭ 2,247 (+6709.09%)
Mutual labels:  bigquery
Gcp Variant Transforms
GCP Variant Transforms
Stars: ✭ 100 (+203.03%)
Mutual labels:  bigquery
Mprove
Open source Business Intelligence tool 🎉
Stars: ✭ 212 (+542.42%)
Mutual labels:  bigquery
Magnolify
A collection of Magnolia add-on modules
Stars: ✭ 81 (+145.45%)
Mutual labels:  bigquery
Pandas Gbq
Pandas Google BigQuery
Stars: ✭ 243 (+636.36%)
Mutual labels:  bigquery
Geomancer
Automated feature engineering for geospatial data
Stars: ✭ 194 (+487.88%)
Mutual labels:  bigquery
Mara Example Project 2
An example mini data warehouse for python project stats, template for new projects
Stars: ✭ 154 (+366.67%)
Mutual labels:  bigquery
Go Bqstreamer
Stream data into Google BigQuery concurrently using InsertAll()
Stars: ✭ 133 (+303.03%)
Mutual labels:  bigquery

Flight2BQ

Stream ADS-B data (RTLSDR dump1090 on a RaspberryPi etc) to Google BigQuery.

Example live public dataset on London, UK can be found in alex-olivier.flighttracker_prod.aircraft_stream in BigQuery.

Please let me know if you would like to add data from your location.

Example Data

timestamp hexid ident squawk alt speed airGround lat lon heading
2018-03-11 21:33:21.000 UTC A023AF EJM685 7660 10000 305 A 51.86767 -0.02373 23
2018-03-11 21:33:21.000 UTC 4CA213 EIN24K 2020 12825 369 A 51.29451 -0.50453 306
2018-03-11 21:33:21.000 UTC 06A141 QTR8132 7270 30550 469 A 51.27194 0.29724 98
2018-03-11 21:33:20.000 UTC 781103 CES552 2244 5125 260 A 51.53212 -0.25757 67
2018-03-11 21:33:20.000 UTC 48AF00 LOT285 2013 8000 275 A 51.64124 -0.26775 269
2018-03-11 21:33:20.000 UTC 40621C BAW199 2217 3375 250 A 51.44371 -0.33089 106
2018-03-11 21:33:19.000 UTC 4CA911 RYR96JV 3550 35125 401 A 51.46848 1.09154 272
2018-03-11 21:33:19.000 UTC 4B1691 SWR24H 3053 10125 308 A 51.23309 0.1207 332
2018-03-11 21:33:19.000 UTC 4CC272 ICE477 4462 14775 389 A 51.49393 0.15782 332

Todo

Table Schema

timestamp	TIMESTAMP	NULLABLE	
hexid STRING	NULLABLE	
ident	STRING	NULLABLE	
squawk	INTEGER	NULLABLE	
alt	INTEGER	NULLABLE	
speed	INTEGER	NULLABLE	
airGround	STRING	NULLABLE	
lat	FLOAT	NULLABLE	
lon	FLOAT	NULLABLE	
heading	INTEGER	NULLABLE	
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].