Awesome
Hydra
A multi-headed beast: API gateway, request cache, and data transformations.
Hydra's goal is to be a distributable and fault tolerant API gateway with integrated cache and support for data transformations. Community involvement and contributions are welcomed and encouraged.
There isn't much to see here yet, Hydra is still under active development
Getting Started
Hydra is built with Elixir 1.2 and will not work with earlier versions. For data transformations we rely on the powerful jq command-line JSON processor. Please see the jq website for instructions on installing for your system.
- Clone project:
$ git clone git@github.com:doomspork/hydra.git
$ cd hydra
- Install dependencies:
$ mix deps.get
- Verify tests pass:
$ mix test
- Finally, we have two options for running Hydra:
-
Start an instance with Mix:
```shell $ mix hydra ```
-
Or build and run an executable with escript:
```shell $ mix build $ ./hydra ```
Learn More
Contributing
Contributions are always welcome. We ask that contributors familiarize themselves with the CONTRIBUTING.md guide.
License
Hydra source code is released under Apache 2.0 License.
See LICENSE for more information.