Skip to main content
Version: 1.0.0

Backend Overview

Overview

Our backend system consists of two parts.

One part is the webserver which extracts annotated data from nats and store them in the MariaDB database.

Another one is the flask server which runs on port 5000 and provides API for frontend to access.

Webserver

Dockerfile

We containerize the Webserver using Docker.

adsb-nats/Dockerfile_webserver at webserver · ml4wireless/adsb-nats

Flask Server

Deploy

We containerize the Flask server using Docker.

adsb-nats/Dockerfile_backendserver at webserver · ml4wireless/adsb-nats

Endpoint

http://ec2-35-80-21-70.us-west-2.compute.amazonaws.com:5000

API Reference

We containerize the Flask server using Docker.