Tag: fastapi

  • FastAPI Application Performance Monitoring with SigNoz

    What is SigNoz? SigNoz stands as an open-source alternative to Datadog or New Relic. It serves as a comprehensive solution for all your observability requirements, encompassing Application Performance Monitoring (APM), logs, metrics, exceptions, alerts, and dashboards, all enhanced by a robust query builder. Here is a quick guide to get up and running with FastAPI…

  • Gunicorn: FastAPI in Production

    1. Gunicorn Configuration Gunicorn is a widely used WSGI server for running Python web applications. When deploying FastAPI, Gunicorn is often used in conjunction with Uvicorn to provide a production-ready server. Install Gunicorn using: Run Gunicorn with Uvicorn workers: Here: 2. Worker Processes The -w flag in the Gunicorn command determines the number of worker…

Signup for our newsletter