Tako is an API Gateway implemented with Go. It is designed to provide a simple and efficient API Gateway service.
- Load Balancing: Tako can distribute incoming requests across multiple backend servers to ensure high availability and scalability.
- Routing: It supports various routing algorithms to direct requests to the appropriate backend services.
- Proxy: Tako acts as a reverse proxy, forwarding requests to the backend services and returning the responses.
- Rate Limiting: It supports rate limiting to control the number of requests per user or service.
- Authentication: Tako can authenticate requests using various methods such as API keys, OAuth tokens, etc.
- Circuit Breaker: It supports circuit breaker pattern to prevent cascading failures.
You need to have Go installed on your machine. Then, you can run the following commands to get started:
- Clone the repository
- Run
go run main.go