こんにちは、けんにぃです。ナビタイムジャパンで公共交通の時刻表を使ったサービス開発やリリースフローの改善を担当しています。 今回は Python 製の Web フレームワークとして FastAPI を導入した話をしようと思います。 Python 製の Web フレームワーク Python ...
「APIを迅速に開発し、高性能を求める場合」はFastAPIが、 「シンプルなWebアプリケーションの開発やプラグインを多用する柔軟性を求める場合」はFlaskが適している。 FastAPIとFlaskの違い ※このGPTsで作成しました。 成熟度: Flaskは2004年にリリースされ、長い ...
昨今、多くの企業が自社のWebサービスにGoogleやFacebookなどのソーシャルログインを採用するなど、他社のサービスを取り込むことの需要が増えています。しかし、他社のサービスを取り込む課題として、異なるサービス間でのデータの整合性を保ちつつ ...
You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
with simple configuration it can be embedded into FastAPI. For scenarios of using FastAPI as internal API integration endpoints, fastapi-voyager helps to visualize the dependencies. It is also an ...
FastAPI-MCP is a zero-configuration tool that seamlessly exposes FastAPI endpoints as Model Context Protocol (MCP) tools. It allows you to mount an MCP server directly within your FastAPI app, making ...