Building Fast APIs with FastAPI: A Comprehensive Guide

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • starlette

    The little ASGI framework that shines. 🌟

  • Fast Execution: FastAPI is built on top of Starlette and Pydantic, making it one of the fastest Python frameworks for building APIs.

  • fastapi

    FastAPI framework, high performance, easy to learn, fast to code, ready for production

  • FastAPI is a modern, fast, web framework for building APIs with Python 3.7+ based on standard Python type hints. It is designed to be easy to use, fast to run, and secure. In this blog post, we’ll explore the key features of FastAPI and walk through the process of creating a simple API using this powerful framework.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • asgiref

    ASGI specification and utilities

  • uvicorn is an ASGI server that is recommended for running FastAPI applications.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Asynchrony in Django: Craze or Necessity?

    3 projects | dev.to | 19 Oct 2022
  • Python FastAPI: Integrating OAuth2 Security with the Application's Own Authentication Process

    4 projects | dev.to | 13 May 2024
  • Setup REST-API service of AI by using Local LLMs with Ollama

    3 projects | dev.to | 9 May 2024
  • Python: A SQLAlchemy Wrapper Component That Works With Both Flask and FastAPI Frameworks

    3 projects | dev.to | 3 May 2024
  • FastAPI Best Practices: A Condensed Guide with Examples

    1 project | dev.to | 30 Apr 2024