There are 2 repositories under kong-api-gateway topic.
微服务 Api 网关 Kong 最新文档中文版
:sunglasses: A curated list of awesome resources for Kong API Gateway
Plugin that enables the secure use of AWS Lambdas as upstreams in Kong using Lambda URLs
This Kong API Gateway Plugin can be used to route requests by JWT claim. It does this by converting JWT claims to headers during rewrite phase so that Kong's route by header functionality can be used to route the request appropriately. Alternatively, the plugin can be used to simply convert JWT claims to headers that can be consumed by the upstream service.
Creating plugin for Kong API Gateway and Simple micro services example
A Java Client for Kong Admin API
Kong plugin to maintain config to be shared across plugins
Microservices boilerplate built using Hexagonal architecture, DDD principles & SOLID
:trollface: Demo for Terraform Provider Kong
Parcel Delivery System Demo
Microservice Project with .NET Core 6 using CQRS Design Pattern
API Gateway developed using kong , golang and python services for a authentication and operations service where golang service acts as authentication mechanism and python service is backend and kong is gateway
Fullstack e-commerce POS system with bookings, customer and payments implementing microservice architecture. Containerised and hosted on AWS with Kong Gateway.
A Kong Plugin For GraphQL
Quick setup to try out kong ecosystem.
The mindmaps for Kong to get Kong Certifications easier.
Using Kong API Gateway in Kubernetes for local development and personal projects
Kong API Gateway, Keycloak Identity Provider, OIDC/OAuth 2.0, NestJS backend, MongoDB, Pokemon dataset and Docker containerized.
A proof of concept for setting up Kong API Gateway using declarative configuration (DB-less) and custom Typescript plugins.
Automatically detect & health-check for all backends, services & routes in Kong API Gateway, then notify to Slack & publish healthy/unhealthy status to InfluxDB/Grafana
:shield: Kong plugin response transformer extra; Transformations can be restricted to responses with specific status codes using various config.*.if_status configuration parameters.
A Python library for Kong Admin API
Example project demonstrating multi space routing using Kong and network policies
A one-stop class booking application built with a Microservices Architecture to manage a company’s class and user system, storing & displaying information for the classes and users via a catalogue page, along with a class reviewing functionality and a class recommendation feature for users based on their previously attended classes.
Konga as manager for ours Kong API Gateways.
A simple showroom of Kong Gateway
a comprehensive project that shows how to use kong API Gateway service.
Kong API Gateway Config Manager
A one-stop class booking application built with a Microservices Architecture to manage a company’s class and user system, storing & displaying information for the classes and users via a catalogue page, along with a class reviewing functionality and a class recommendation feature for users based on their previously attended classes.
API Gateway in Microservices Architecture is an entry point for all API calls in applications. It facilitates connection between client and applications with Layer 7 (HTTP/Application) of OSI conceptual model. So, the role of API Management in Enterprise Architecture or Super App solutions becomes crucial.
A simple Kong Gateway JWT plugin using javascript