Drop-in, plug-and-play cloud storage for your FastAPI apps; with full async support. Inspired by fastapi-storages, built on modern async patterns using aioboto3.
This project fetches live flight telemetry data from the OpenSky Network API, processes and cleans it using Python, and stores structured flight information in a PostgreSQL database. It exposes a ...