MEOS
GitHub Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

HTTP / OGC API

MobilityAPI is the HTTP API server that exposes MEOS-stored data through the OGC API – Moving Features standard. It provides REST endpoints (GET / POST / PUT / DELETE) over collections of moving features, suitable for HTTP-driven clients that don’t speak SQL or the PostgreSQL wire protocol — browser applications, mobile clients, microservices, ETL pipelines, and any other consumer that wants temporal data over plain HTTP.

The reference implementation runs on top of MobilityDB; the architecture is backend-agnostic and the same server can in principle front any MEOS-aware SQL engine — including MobilityDuck — using identical OGC endpoints.

Resources