13 releases (breaking)

Uses new Rust 2024

0.15.0 Nov 25, 2025
0.14.0 Jul 31, 2025
0.13.0 Apr 11, 2025
0.12.1 Mar 15, 2025
0.6.0 Mar 2, 2024

#1676 in Network programming


Used in 7 crates

Apache-2.0

270KB
6.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

~39–80MB
~1.5M SLoC