gydro

command module
v0.0.0-...-6de1e96 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 1, 2016 License: MIT Imports: 7 Imported by: 0

README

Gydro Build Status Go Report Card GoDoc

A lightweight API Gateway with zero dependencies for JSON services written in Go. You can see it as a very simple alternative to Kong, Tyk or API Umbrella.

Gydro is still under development and should not be used in production.

Features

  • No external databases needed
  • Administration via RESTFul api
  • Consumer auth by api key
  • Round-robin load balancing per route between multiple backends
  • Circuit breaker
  • Persistent rate limiter
  • Group based authorization

TODO

  • Add JWT auth
  • Add support for an external database to allow multi host deployments
  • Allow some configuration in order to override hardcoded default parameters...
  • Add some tests...

Under the hood

  • Tiedot as datastore
  • BuntDB for rate limiter middleware backend
  • Gorilla Mux for api routing
  • Oxy for forwarding and load balancing requests
  • Echo for admin api

Installing

From sources

Install Go >= 1.7, set your $GOPATH, and run :

go get github.com/xaviergodart/gydro

To start Gydro:

$GOPATH/bin/gydro

Documentation

Getting started

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL