Giter VIP home page Giter VIP logo

hydra-1's Introduction

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.

hydra-1's People

Contributors

doomspork avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.