
Maplorer API
The backend of a credit-based analysis service: JWT auth, asynchronous analysis jobs, live SSE streaming of results, and a credit economy. By YeloraStudio.
PythonFastAPISQLAlchemy (async)JWTSSEPostgreSQL
What it does
Maplorer API is the backend of a credit-based service where users start analysis jobs and receive results live.
How it works
- Auth & credits: JWT auth via email/password; free credits on signup, per-operation credit deduction.
- Analysis jobs: asynchronous jobs with status tracking.
- Live streaming: results stream in real time via SSE (Server-Sent Events).
Stack
Python · FastAPI · SQLAlchemy (async) · Alembic · JWT · SSE · httpx · Docker.