FastAPI Serve - FastAPI to the Cloud, Batteries Included!
Project description
FastAPI-Serve: FastAPI to the Cloud, Batteries Included! โ๏ธ๐๐
Welcome to fastapi-serve, a framework designed to take the pain out of deploying your local FastAPI applications to the cloud. Built using our open-source framework Jina, fastapi-serve
offers out-of-the-box support for automated deployments on cloud.jina.ai
, our scalable and robust cloud platform. ๐ฉ๏ธ
๐ Features
- ๐ HTTPS: Auto-provisioned DNS and TLS certificates for your app.
- ๐ Protocols: Full compatibility with HTTP, WebSocket, and GraphQL.
- โ๏ธ Scaling: Scale your app manuallly or let it auto-scale based on RPS, CPU, and Memory.
- ๐๏ธ Secrets: Secure handling of secrets and environment variables.
- ๐๏ธ Hardware: Tailor your deployment to suit specific needs.
- ๐ Authorization: Built-in OAuth2.0 token-based security to secure your endpoints.
- ๐พ App Storage: Persistent and secure network storage for your app data.
- ๐ Blob Storage: Built-in support for seamless user file uploads and downloads.
- ๐ Observability: Integrated access to logs, metrics, and traces. (Alerting coming soon!)
- ๐ฆ Containerization: Effortless containerization of your Python codebase with our integrated registry.
- ๐ ๏ธ Self-Hosting: Export your app for self-hosting with ease, including docker-compose and Kubernetes yamls.
๐ก Getting Started
First, install the fastapi-serve
package using pip:
pip install fastapi-serve
Then, simply use the fastapi-serve
command to deploy your FastAPI application:
fastapi-serve deploy jcloud main:app
You'll get a URL to access your newly deployed application along with the Swagger UI.
๐ Documentation
Dive into understanding fastapi-serve
through our comprehensive documentation and examples:
- ๐ Getting Started
- ๐งฑ Deploy a Simple FastAPI Application
- ๐ฅ๏ธ Dig deep into the
fastapi-serve
CLI - โ๏ธ Understanding Configuration and Pricing
- ๐ข Managing Larger Applications with Complex Directory Structure (Example TBD!)
- โ๏ธ Scaling
- ๐งฉ Config & Credentials
- ๐พ Storage
- ๐ Handle File Uploads and Downloads with built-in Blob Storage
- ๐ Network Storage for persisting and securely accessing app data (Example TBD!)
- ๐ Security
- ๐ณ Deployment Options
- ๐ข Deployment with Custom Dockerfile (Coming Soon!)
- โธ๏ธ Export Your App for Self-Hosting with docker-compose / Kubernetes
- ๐ Observability
- ๐ Access Logs, Metrics, and Traces for your app (Example TBD!)
- ๐จ Set up Alerts for your app (Coming Soon!)
๐ช Support
If you encounter any problems or have questions, feel free to open an issue on the GitHub repository. You can also join our Discord to get help from our community members and the Jina team.
๐ Our Cloud Platform
cloud.jina.ai
is our robust and scalable cloud platform designed to run your FastAPI applications with minimum hassle and maximum efficiency. With features like auto-scaling, integrated observability, and automated containerization, it provides a seamless and worry-free deployment experience.
fastapi-serve
is more than just a deployment tool, it's a bridge that connects your local development environment with our powerful cloud infrastructure. Start using fastapi-serve
today, and experience the joy of effortless deployments! ๐
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.