Hacker News
- FastAPI-pdf: Yet Another FastaAPI boilerplate with pugsql, dbmate, FastAPI https://github.com/grski/fastapi-pdf 2 comments
- Simple Agent API: A Minimal Setup for Serving Agents with FastAPI and Postgres https://github.com/agno-agi/agent-api 0 comments
- Show HN: Llama2 Embeddings FastAPI Server https://github.com/Dicklesworthstone/llama_embeddings_fastapi_service 31 comments
- Show HN: Faster FastAPI with simdjson and io_uring on Linux 5.19 https://github.com/unum-cloud/ujrpc 90 comments
- Show HN: Implement Azure AD auth for your FastAPI https://github.com/Intility/fastapi-azure-auth 3 comments
- SQLModel – SQL Databases in FastAPI https://github.com/tiangolo/sqlmodel 51 comments
- Implementing FastAPI Services – Abstraction and Separation of Concerns https://camillovisini.com/article/abstracting-fastapi-services/ 5 comments
- Apistos v0.2.0: getting closer to a FastAPI-like experience for Actix-web https://github.com/netwo-io/apistos 5 comments rust
- chimera - FastAPI-like library built on chi https://github.com/matt1484/chimera 16 comments golang
- FastAPI-Router, build APIs with directory-based routes like Next.js! https://github.com/albakore/fastapi-router 2 comments python
- FleetTrack - A vehicle fleet tracking application. (FastAPI, Kafka, Metabase) https://github.com/pratik-choudhari/FleetTrack 11 comments python
- Cloud Run + FastAPI | Slow Cold Starts https://cloud.google.com/run/docs/tips/general 24 comments googlecloud
- Replacing Sveltekit server files with FastAPI https://svelte.dev/docs/introduction#start-a-new-project-alternatives-to-sveltekit 6 comments sveltejs
- How To Build a Social Media Sentiment Analysis Pipeline With FastAPI And Generative AI https://kwatch.io/how-to-build-a-social-media-sentiment-analysis-pipeline 2 comments learnprogramming
- FastWave: Build UIs faster, with h2o-wave and fastapi. https://github.com/arnavdas88/fastwave/ 2 comments opensource
- What's up Python? New args syntax, subinterpreters FastAPI and cuda pandas… https://www.bitecode.dev/p/whats-up-python-new-args-syntax-subinterpreters 45 comments python
- FastAPI now has reference documentation! https://fastapi.tiangolo.com/reference/ 12 comments python
- Compile Jupyter notebooks into dockerized FastAPI apps https://github.com/neutrino-ai/neutrino-notebooks 2 comments coolgithubprojects
- Implementing Streaming with FastAPI’s StreamingResponse https://medium.com/@noplacelikelocalhost/implementing-streaming-with-fastapis-streamingresponse-part-1-edf4c55a4132 4 comments python
- FastAPI + Django https://pypi.org/project/django-fastapi-bridge/ 31 comments python
- FastAPI + HTMX hello world demo app https://github.com/carvalhochris/fastapi-htmx-hello 7 comments python
- [Project] Simple FastAPI service to serve LLAMA-2 7B chat model https://github.com/mowa-ai/llm-as-a-service 2 comments machinelearning
- GSpot education e-commerce project on microservices with Django (DRF), FastAPI, Celery, NextJS, RabbitMQ and many others https://github.com/DJWOMS/GSpot 6 comments django
- I have written MeerQTT - A FastAPI for MQTT protocol https://github.com/petereon/meerqtt 4 comments python
- GitHub - Vue+Vite with FastAPI backend to perform stable diffusion image generation https://github.com/fvsionAI/fvsion 2 comments javascript
- Improving code design with opentelemetry, a FastAPI example https://betterprogramming.pub/improving-code-design-with-opentelemetry-a-practical-guide-a08e6440c24d 2 comments python
- Talked to FastAPI Creator Sebastian Ramirez and it's in becoming the third most loved framework after just 2 years of existence 🔥 https://flagsmith.com/podcast/fastapi-sebastian-ramirez/ 75 comments python
- FastAPI and OAuth Flows https://fastapi.tiangolo.com/ 2 comments webdev
- Personal Portfolio built with FastAPI Backend http://aj91-dev.herokuapp.com/ 12 comments python
- Xpresso is an ASGI web framework built on top of Starlette, Pydantic and di, with heavy inspiration from FastAPI. https://xpresso-api.dev/0.3.3/ 26 comments python
- How I compare FastAPI with Flask/Quart https://pgjones.dev/blog/fastapi-flask-quart-2022 5 comments python
- FastAPI JWT Auth Tutorial (with working Github code) https://christophergs.com/tutorials/ultimate-fastapi-tutorial-pt-10-auth-jwt/ 3 comments python
- Simple Comparison of FastAPI Async vs Sync Endpoints Performance (with source code) https://christophergs.com/tutorials/ultimate-fastapi-tutorial-pt-9-asynchronous-performance-basics/ 3 comments python
- How to Deploy a Secure API with FastAPI, Docker and Traefik https://towardsdatascience.com/how-to-deploy-a-secure-api-with-fastapi-docker-and-traefik-b1ca065b100f 3 comments learnmachinelearning
- Abandoning Flask for FastAPI https://python.plainenglish.io/abandoning-flask-for-fastapi-20105948b062 10 comments flask
- PEP 563, PEP 649 and the future of pydantic and FastAPI https://github.com/samuelcolvin/pydantic/issues/2678 74 comments python
- Flask and FastAPI added to PythonStacks https://www.pythonstacks.com 5 comments flask
- My experience learning Svelte, Tailwind, FastAPI, Tortoise ORM over the past 10-ish days https://geoff.tuxpup.com/posts/stock_toolkit_4/ 14 comments sveltejs
- FlaskEase - Flask extension for creating REST APIs and OpenAPI docs with ease, inspired from FastAPI. https://twitter.com/hashtag/Flask?src=hashtag_click 6 comments flask
- How to use FastAPI with Django https://www.stavros.io/posts/fastapi-with-django/ 6 comments django