Skip to content

yonglehou/maestro

 
 

Repository files navigation

Build Status

Maestro

Logo Design by Eduardo Insaurriaga.

##What is Maestro?

Maestro is an open source solution for publishing APIs. It's a reverse proxy that sits between your api server and the world. Several apis require a similar set of features on the backend, such as: authentication, authorization, throttling, analytics and so on. The idea of this project is to provide a simple and easy way to integrate with existing apis and help the developers, so they do not need to implement all of those boilerplate features for each api they may have.

##Quickstart

  git clone https://github.com/backstage/maestro.git
  cd maestro
  make setup
  make run-api-sample

##Running Tests

  make test
  make race # If you want to check if there's any race condition.

Links:

##Contributing

Please refer to the documentation: http://backstage.readthedocs.org/en/latest/contributing/index.html

##License

Distributed under the New BSD License. See LICENSE file for further details.

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.5%
  • Makefile 0.5%