Building a Telemetry Ingestion API for eVTOL Prototyping
Aero-telemetry offers an open-source API for eVTOL prototyping. Easily manage and validate test data.
eVTOL startups face challenges in managing flight test data scattered across various formats. To address this, a lightweight telemetry ingestion API called aero-telemetry was developed. The API ingests sensor data via HTTP, validates all inputs, and allows users to query the data.
Built with FastAPI and Pydantic, this API offers asynchronous request handling and type-safe validation. It features three core models: Aircraft, TestSession, and TelemetryPoint, and utilizes SQLite storage with SQLAlchemy 2.0 for a clean architecture.