All Projects → gravitee-io → Gravitee Gateway

gravitee-io / Gravitee Gateway

Licence: apache-2.0
Gravitee.io - API Management - OpenSource API Gateway

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Gravitee Gateway

Tree Gateway
This is a full featured and free API Gateway
Stars: ✭ 160 (-85.75%)
Mutual labels:  api, microservices, api-gateway, api-management, gateway
Apisix Docker
the docker for Apache APISIX
Stars: ✭ 119 (-89.4%)
Mutual labels:  api, microservices, api-gateway, api-management
Goku Api Gateway
A Powerful HTTP API Gateway in pure golang!Goku API Gateway (中文名:悟空 API 网关)是一个基于 Golang开发的微服务网关,能够实现高性能 HTTP API 转发、服务编排、多租户管理、API 访问权限控制等目的,拥有强大的自定义插件系统可以自行扩展,并且提供友好的图形化配置界面,能够快速帮助企业进行 API 服务治理、提高 API 服务的稳定性和安全性。
Stars: ✭ 2,773 (+146.93%)
Mutual labels:  api, microservices, api-gateway, gateway
Tenso
Tenso is an HTTP REST API framework
Stars: ✭ 167 (-85.13%)
Mutual labels:  api, microservices, api-gateway, gateway
Tyk
Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP and gRPC protocols
Stars: ✭ 6,968 (+520.48%)
Mutual labels:  api, microservices, api-gateway, api-management
Product Apim
Welcome to the WSO2 API Manager source code! For info on working with the WSO2 API Manager repository and contributing code, click the link below.
Stars: ✭ 508 (-54.76%)
Mutual labels:  microservices, api-gateway, api-management, gateway
Apisix
The Cloud-Native API Gateway
Stars: ✭ 7,920 (+605.25%)
Mutual labels:  api, microservices, api-gateway, api-management
Janus
An API Gateway written in Go
Stars: ✭ 2,249 (+100.27%)
Mutual labels:  api, microservices, api-gateway
Zato
ESB, SOA, REST, APIs and Cloud Integrations in Python
Stars: ✭ 889 (-20.84%)
Mutual labels:  api, microservices, api-gateway
Kong
🦍 The Cloud-Native API Gateway
Stars: ✭ 30,838 (+2646.04%)
Mutual labels:  microservices, api-gateway, api-management
Dubbo Go Pixiu
Based on the proxy gateway service of dubbo-go, it solves the problem that the external protocol calls the internal Dubbo cluster. At present, it supports HTTP and gRPC[developing].
Stars: ✭ 124 (-88.96%)
Mutual labels:  microservices, api-gateway, gateway
Apilogs
Easy logging and debugging for Amazon API Gateway and AWS Lambda Serverless APIs
Stars: ✭ 216 (-80.77%)
Mutual labels:  api, api-gateway, gateway
Fusio
Open source API management platform
Stars: ✭ 946 (-15.76%)
Mutual labels:  api, api-gateway, api-management
Annon.api
Configurable API gateway that acts as a reverse proxy with a plugin system.
Stars: ✭ 306 (-72.75%)
Mutual labels:  api, api-gateway, gateway
Product Microgateway
A cloud native, developer centric and decentralized API gateway for microservices
Stars: ✭ 194 (-82.72%)
Mutual labels:  microservices, api-gateway, gateway
Gloo
The Feature-rich, Kubernetes-native, Next-Generation API Gateway Built on Envoy
Stars: ✭ 3,219 (+186.64%)
Mutual labels:  microservices, api-gateway, api-management
Go Microservices
Golang Microservices Example
Stars: ✭ 345 (-69.28%)
Mutual labels:  microservices, api-gateway, gateway
Hgw
hgw是由gateway网关服务、manager控制服务构成的一套轻量级网关系统。目前支持http/https协议的服务控制
Stars: ✭ 81 (-92.79%)
Mutual labels:  microservices, api-gateway, gateway
Manba
HTTP API Gateway
Stars: ✭ 3,000 (+167.14%)
Mutual labels:  api, api-gateway, gateway
Up
Up focuses on deploying "vanilla" HTTP servers so there's nothing new to learn, just develop with your favorite existing frameworks such as Express, Koa, Django, Golang net/http or others.
Stars: ✭ 8,439 (+651.47%)
Mutual labels:  api, microservices, api-gateway

= Gravitee.io API Management - Gateway

ifdef::env-github[] image:https://ci.gravitee.io/buildStatus/icon?job=gravitee-io/gravitee-gateway/master["Build status", link="https://ci.gravitee.io/job/gravitee-io/job/gravitee-gateway"] image:https://badges.gitter.im/Join Chat.svg["Gitter", link="https://gitter.im/gravitee-io/gravitee-io?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"] endif::[]

== 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 https://docs.gravitee.io/[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>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].