{"id":13501296,"url":"https://github.com/Kludex/fastapi-microservices","last_synced_at":"2025-03-29T08:32:17.101Z","repository":{"id":39635878,"uuid":"359309735","full_name":"Kludex/fastapi-microservices","owner":"Kludex","description":"Fully Python async FastAPI project! 🚀","archived":false,"fork":false,"pushed_at":"2023-05-24T10:50:10.000Z","size":132,"stargazers_count":477,"open_issues_count":22,"forks_count":47,"subscribers_count":14,"default_branch":"main","last_synced_at":"2025-03-29T06:06:26.897Z","etag":null,"topics":["arq","fastapi","fastapi-microservices"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kludex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-04-19T02:50:13.000Z","updated_at":"2025-03-27T14:25:47.000Z","dependencies_parsed_at":"2024-01-16T10:35:20.248Z","dependency_job_id":"41790764-9f4a-4e75-a5a9-96c8f5f88338","html_url":"https://github.com/Kludex/fastapi-microservices","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kludex%2Ffastapi-microservices","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kludex%2Ffastapi-microservices/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kludex%2Ffastapi-microservices/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kludex%2Ffastapi-microservices/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kludex","download_url":"https://codeload.github.com/Kludex/fastapi-microservices/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246162092,"owners_count":20733351,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arq","fastapi","fastapi-microservices"],"created_at":"2024-07-31T22:01:32.012Z","updated_at":"2025-03-29T08:32:17.081Z","avatar_url":"https://github.com/Kludex.png","language":"Python","readme":"# FastAPI Microservices\n\n\u003e **Warning**\n\u003e I don't have the bandwidth to maintain this project. If you want to help me, please send a message on https://github.com/Kludex/fastapi-microservices/issues/71. I'll happily onboard you.\n\nThis project was highly inspired on [tiangolo/full-stack-fastapi-postgresql](https://github.com/tiangolo/full-stack-fastapi-postgresql/).\n\n## About\n\nThis is a fully async [FastAPI](https://fastapi.tiangolo.com/) project.\n\nThe full stack of this project is composed by:\n\n* [FastAPI](https://fastapi.tiangolo.com/) - A modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.\n* [ARQ](https://arq-docs.helpmanual.io/) - Job queues and RPC in python with asyncio and redis.\n* [PostgreSQL](https://www.postgresql.org/) - The World's Most Advanced Open Source Relational Database\n* [Redis](https://redis.io/) - An open source (BSD licensed), in-memory data structure store, used as a database, cache, and message broker.\n* [Tilt](https://tilt.dev/) - A multi-service dev environment for teams on Kubernetes.\n\n## Installation\n\nFor development purposes, we're going to use [Tilt](https://tilt.dev/).\nPlease install it, so we can continue.\n\nAfter installing the above, you should be able to run the following:\n\n``` bash\nminikube start\ntilt up\n```\n\n**The project generator is under development.**\n\nFor now, you can play with the first user being `admin@admin.com` / `password` .\n\n## Why creating this project?\n\nI've seen a lot of projects and tutorials using FastAPI. Which is awesome, and it makes me happy!\n\nUnfortunately, there were few that I could take as reference. 😅\n\nThe only one that I've used for that purpose for a long time was the mentioned \"full-stack-fastapi-postgresql\". But as the time passed, I started to have my own vision about how a FastAPI project should be organized, and which technologies should be used as recommendation.\n\n## References\n\n* [django-postgres-skaffold-k8s](https://github.com/ksaaskil/django-postgres-skaffold-k8s)\n* [fastapi-microservice-patterns](https://github.com/fkromer/fastapi-microservice-patterns)\n* [Running Flask on Kubernetes](https://testdriven.io/blog/running-flask-on-kubernetes/)\n* [Add Asynchronous SQLAlchemy example](https://github.com/tiangolo/fastapi/pull/2331)\n* [Asynchronous I/O (asyncio) SQLALchemy documentation](https://docs.sqlalchemy.org/en/14/orm/extensions/asyncio.html)\n* [Full Stack FastAPI and PostgreSQL - Base Project Generator](https://github.com/tiangolo/full-stack-fastapi-postgresql)\n* [The inner working of ARQ](https://threeofwands.com/the-inner-workings-of-arq/)\n* [How we set up a production CI workflow with GitHub actions](https://insights.project-a.com/how-we-set-up-a-production-ci-workflow-with-github-actions-cc1e2aacd9da)\n* [Using GitHub to deploy kubernetes](https://insights.project-a.com/using-github-actions-to-deploy-to-kubernetes-122c653c0b09)\n\n## License\n\nThis project is under the MIT license.\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKludex%2Ffastapi-microservices","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FKludex%2Ffastapi-microservices","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKludex%2Ffastapi-microservices/lists"}