Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
/ hydra Public archive

Open source API gateway with integrated cache and data transformations.

License

Notifications You must be signed in to change notification settings

doomspork/hydra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 guide.

License

Hydra source code is released under Apache 2.0 License.

See LICENSE for more information.

About

Open source API gateway with integrated cache and data transformations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages