The open source Google Cloud Run successor.
Read the docs »
The open-source Google Cloud Run successor. Google Cloud Run and other container orchestration services are awesome. It has made Developers work massively easier when we compare it to operating a Kubernetes Cluster. However, most services are either non-portable (aka. "proprietary") or built on top of K8S, which makes it hard to test and operate applications infrastructure, specially locally.
That's where Dosei comes in! Self-hosted, IaC and local development first experience.
- Fast: 🦀 Rust is blazingly fast and Dosei is built on top of it!
- Language agnostic IaC: We officially support SDKS in Python and JavaScript
- Local first: Build, test and run your infrastructure locally!
- Cron Jobs: Locally testable, versioned and scalable Cron Jobs!
At it's core Dosei is really an infrastructure runtime for Developers
🚨 Dosei is under active development. While under development every version change should be assumed to be breaking.
This is an installation guide. You'll learn how to install, run, and experiment with Dosei.
This is what you need to run Dosei.
- Docker
docker run -v /var/run/docker.sock:/var/run/docker.sock doseiai/dosei
Dosei is an open-source project under the Apache-2.0 license.
If you have questions about Dosei, reach out to Dosei community members and developers on our Discord Server.