Is there any open source project that uses FasAPI?

This page summarizes the projects mentioned and recommended in the original post on /r/FastAPI

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. dispatch

    All of the ad-hoc things you're doing to manage incidents today, done for you, and much more!

    Easily my favorite production grade application made with FastAPI is Netflix's Dispatch platform https://github.com/Netflix/dispatch

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. chatgpt-retrieval-plugin

    The ChatGPT Retrieval Plugin lets you easily find personal or work documents by asking questions in natural language.

    OpenAI use it for their retrieval plugin's API and this uses async routes: https://github.com/openai/chatgpt-retrieval-plugin/server. My guess is because the plugin is mainly I/O bound in that it makes requests back and forth between OpenAI's Chat API and a vectorised document store.

  4. haystack

    AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models, vector DBs, file converters) to pipelines or agents that can interact with your data. With advanced retrieval methods, it's best suited for building RAG, question answering, semantic search or conversational agent chatbots.

    Haystack also uses FastAPI for their default REST API offering: https://github.com/deepset-ai/haystack/tree/main/rest_api. This only uses sync routes, however, in the same vein as Netflix's dispatch. My guess is because Haystack's USP are ETL pipelines for running sequences of NLP tasks on incoming data. Such tasks are compute bound since they are performed on the local CPU or GPU.

  5. full-stack-fastapi-template

    Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.

  6. fastapi

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

  7. fastapi-dependency-issue

    https://github.com/tiangolo/fastapi/issues/3205

  8. fastapi-listing

    Advanced items listing library that gives you freedom to design complex listing REST APIs that can be read by human.

    How about fastapi-listing Library Its highly extendible and decoupled with really good interface with which you can manage complex code in a really structured way https://github.com/danielhasan1/fastapi-listing Do check it out.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
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

  • FastAPI Best Practices

    4 projects | /r/Python | 18 Aug 2022
  • Python Kafka

    1 project | dev.to | 30 May 2024
  • How to Manage and Migrate Docker Volumes for PostgreSQL

    1 project | dev.to | 28 May 2024
  • Building a Secure API with FastAPI, PostgreSQL, and Hanko Authentication

    5 projects | dev.to | 30 Oct 2023
  • How to build a scalable project file structure for a beginner.

    3 projects | /r/FastAPI | 10 Mar 2023

Did you know that Python is
the 2nd most popular programming language
based on number of references?