こんにちは、けんにぃです。ナビタイムジャパンで公共交通の時刻表を使ったサービス開発やリリースフローの改善を担当しています。 今回は Python 製の Web フレームワークとして FastAPI を導入した話をしようと思います。 Python 製の Web フレームワーク Python ...
「APIを迅速に開発し、高性能を求める場合」はFastAPIが、 「シンプルなWebアプリケーションの開発やプラグインを多用する柔軟性を求める場合」はFlaskが適している。 FastAPIとFlaskの違い ※このGPTsで作成しました。 成熟度: Flaskは2004年にリリースされ、長い ...
docker buildx build --platform linux/amd64 --provenance=false -t docker-image:fastapi . docker run --platform linux/amd64 -p 9001:8080 docker-image:fastapi curl "http ...
When Python web frameworks like Flask and Django first rose to prominence, Python was a somewhat different language than it is today. Many elements of modern Python, like asynchronous execution and ...
This is an example repository for the gh-ci-artifacts project. This repository is based on the Full Stack FastAPI Template and is configured with GitHub Actions workflows that generate various ...
昨今、多くの企業が自社のWebサービスにGoogleやFacebookなどのソーシャルログインを採用するなど、他社のサービスを取り込むことの需要が増えています。しかし、他社のサービスを取り込む課題として、異なるサービス間でのデータの整合性を保ちつつ ...