https://github.com/mohammadmghi/simple-api-gateway-golang
This is a simple golang Api gateway
https://github.com/mohammadmghi/simple-api-gateway-golang
gateway gateway-api golang-library
Last synced: about 2 months ago
JSON representation
This is a simple golang Api gateway
- Host: GitHub
- URL: https://github.com/mohammadmghi/simple-api-gateway-golang
- Owner: mohammadMghi
- Created: 2023-09-18T22:41:25.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T23:11:53.000Z (over 2 years ago)
- Last Synced: 2025-11-17T18:25:58.360Z (8 months ago)
- Topics: gateway, gateway-api, golang-library
- Language: Go
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple-api-gateway-golang
This is a simple golang Api gateway
## Trace your request
In this gateway you can trace your request by correlation_id and causation_id
## Gateway can insert relevant data to database
Connecting gateway to mysql db is essential
## Load Balancing
This gateway supported the round robin algorithm for distributing incoming request among the nodes
I puted servers.json file in the root of project you can easily config base on your requirements