Skip to content

Dependencies

Mathias Goncalves edited this page Mar 8, 2023 · 2 revisions

The Migas server is built atop FastAPI, and leverages Strawberry for the GraphQL API and SQLAlchemy for the ORM.

A PostgreSQL database is used for persistent data storage.

A Redis in-memory database is used for rate limiting and caching.

Clone this wiki locally