sungaoyong / gravitee-gateway

Gravitee.io - API Management - OpenSource API Gateway

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gravitee.io API Management - Gateway

Build status Gitter

Overview

The gateway is the core component of the Gravitee.io platform. You can compare it to a "smart" proxy to understand its goal.

Unlike traditional HTTP proxy, the gateway is able to apply policies (ie. rules) to both HTTP requests and responses according to your needs, meaning that you can enhance requests and responses processing by adding transformation, security, and many other crazy features!

Documentation

You can find Gravitee.io API Management documentation from Gravitee.io website.

Building

$ git clone https://github.com/gravitee-io/gravitee-gateway
$ cd gravitee-gateway
$ mvn clean compile exec:java -Pdev -pl gravitee-gateway-standalone/gravitee-gateway-standalone-container
...
<app starts and listens on port 8082>

About

Gravitee.io - API Management - OpenSource API Gateway

License:Apache License 2.0


Languages

Language:Java 99.5%Language:Shell 0.3%Language:Batchfile 0.2%