Skip to content

lichia/hydra

 
 

Repository files navigation

Hydra

"If a head is cut off, two more will take its place"

http://innotech.github.io/hydra/

What is Hydra?

Hydra is multi-cloud application discovery, management and balancing service. It attempts to ease the routing and balancing burden from servers and delegate it on the client (browser, mobile app, etc).

Hydra is composed of 2 server-side applications:

Also there is several client-side library:

Finally, there is web monitor that connects to an Hydra Server an print all the information:

To use Hydra, you need to deploy:

  • At least one Hydra server (per cloud prefered) to comunicate your applications to the world.
  • An Hydra Basic Probe on each single server your application is deployed in.

For information on how to deploy each individual piece, check out their respective repositories.

Hydra Server

The Hydra server is also composed by one core application and one or more add-ons. These add-ons are "workers" and Hydra use them in order to delegate the balance calculation. You can deploy as many workers as you want in the same server than Hydra or in different servers. The communication between Hydra Core and the workers is made with a TCP connection using ZeroMQ.

Hydra Core

Hydra Workers

License

(The MIT License)

Authors:
Germán Ramos <german.ramos@gmail.com>
Pascual de Juan <pascual.dejuan@gmail.com>
Jonas da Cruz <unlogic@gmail.com>
Luis Mesas <luismesas@gmail.com>
Alejandro Penedo <icedfiend@gmail.com>
Jose María San José <josem.sanjose@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

"if a head is cut off, two more will take its place"

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 96.2%
  • Shell 3.8%