11 releases (breaking)
Uses new Rust 2024
new 0.13.0 | Apr 11, 2025 |
---|---|
0.12.1 | Mar 15, 2025 |
0.11.0 | Dec 23, 2024 |
0.10.0 | Nov 8, 2024 |
0.6.0 | Mar 2, 2024 |
#1690 in Network programming
184 downloads per month
Used in 6 crates
215KB
5K
SLoC
Hydro Deploy
Hydro Deploy is Hydro's deployment system, allowing you to deploy your app to a variety of platforms. With Hydro Deploy, you can spin up complex services with just a few lines of Rust!
Hydro Deploy focuses on managing the end-to-end lifecycle of networked services in the cloud. It is not a general-purpose deployment tool, and is not intended to replace systems like Docker Compose or Kubernetes. Instead, Hydro Deploy is designed to be used in conjunction with these tools to manage the lifecycle of your Hydro app.
Currently, Hydro Deploy is focused on ephemeral applications, which can be spun up from your laptop and automatically clean up resources on shutdown. Hydro Deploy focuses on automating the core tasks of deploying an app:
- Provisioning virtual machines and network resources on a cloud provider
- Configuring security groups and firewalls
- Building and deploying your Hydroflow services
- Initializing network connections based on a user-defined topology
- Monitoring logs from your services
Hydro Deploy currently supports the following hosts:
- Localhost
- GCP
- Azure
Dependencies
~32–48MB
~842K SLoC