Skip to main content

Hydra

A framework for elegantly configuring complex applications

Hydra overview; 1 minute video

Hydra concepts; 30 minute video

[object Object]

No boilerplate

Hydra lets you focus on the problem at hand instead of spending time on boilerplate code like command line flags, loading configuration files, logging etc.

[object Object]

Powerful configuration

With Hydra, you can compose your configuration dynamically, enabling you to easily get the perfect configuration for each run. You can override everything from the command line, which makes experimentation fast, and removes the need to maintain multiple similar configuration files.

[object Object]

Pluggable architecture

Hydra has a pluggable architecture, enabling it to integrate with your infrastructure. Future plugins will enable launching your code on AWS or other cloud providers directly from the command line.