Popularity
5.8
Growing
Activity
0.0
Stable
67
10
5

Monthly Downloads: 2
Programming language: Elixir
License: Apache License 2.0
Tags: Applications    

Hydra alternatives and similar packages

Based on the "Applications" category.
Alternatively, view Hydra alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Hydra or a related project?

Add another 'Applications' Package

README

Hydra

Build Status Hex Version License

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.

  1. Clone project:
  $ git clone [email protected]:doomspork/hydra.git
  $ cd hydra
  1. Install dependencies:
  $ mix deps.get
  1. Verify tests pass:
  $ mix test
  1. 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

  1. Pattern: API Gateway
  2. Inside the Netflix API Redesign
  3. jq Manual

Contributing

Contributions are always welcome. We ask that contributors familiarize themselves with the [CONTRIBUTING.md](CONTRIBUTING.md) guide.

License

Hydra source code is released under Apache 2.0 License.

See [LICENSE](LICENSE) for more information.


*Note that all licence references and agreements mentioned in the Hydra README section above are relevant to that project's source code only.