https://github.com/darienmt/gcp-ads-b-collector
Collecting ADS-B data from dump1090 on GCP
https://github.com/darienmt/gcp-ads-b-collector
ads-b dump1090 firebase gcp-cloud-functions gcp-pubsub gcp-storage
Last synced: 9 months ago
JSON representation
Collecting ADS-B data from dump1090 on GCP
- Host: GitHub
- URL: https://github.com/darienmt/gcp-ads-b-collector
- Owner: darienmt
- License: mit
- Created: 2019-04-02T03:10:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-19T06:56:21.000Z (over 6 years ago)
- Last Synced: 2025-02-08T21:46:19.662Z (11 months ago)
- Topics: ads-b, dump1090, firebase, gcp-cloud-functions, gcp-pubsub, gcp-storage
- Language: JavaScript
- Homepage:
- Size: 2.67 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gcp-ads-b-collector
Collecting ADS-B data from dump1090.
# Overview
There are a few experiments I've been doing regarding how to collect ADS-B data and share it or process the data as a hobbie. Here are some description of each directory:
- **[aircraft-json-collector](./aircraft-json-collector)**: Python script to publish `data/aircraft.json` to [GCP PubSub Topic](https://cloud.google.com/pubsub/).
- **[topic-cloud-function](./topic-cloud-function)**: [GCP Cloud function](https://cloud.google.com/functions/) to process that topic and insert it on [Big Query](https://cloud.google.com/bigquery/)
- **[aircraft-json-to-bucket](./aircraft-json-to-bucket)**: Python script to publish `data/aircraft.json` to a [GCP Storage](https://cloud.google.com/storage/).
- **[aircraft-firebase](./aircraft-firebase)**: [Firebase](https://firebase.google.com/) hosting and functions modifications to [dump1090 public_html](https://github.com/flightaware/dump1090/tree/master/public_html) to be able to run this application on Firebase and consume the `data/aircraft.json` information stored on a GCP Storabe bucket.