Skip to content

Diego-Rocha/api-gateway-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Gateway - Benchmark

The propose of this project is to compare some open-source api gateways avaliable on the market

Meet the contenders

  • Spring: Custom build using Spring Cloud Gateway
  • Node: Custom build using Node with express
  • Krakend as Framework: Custom build usins krakend framework
  • Krakend as Service: Krakend ready to use solution
  • Nginx: Nginx ready to use solution

Requirements

  • Linux
  • Java 11
  • Docker
  • Docker Compose

Quick Start

# build spring image
make build

#up all gateways
make up

#run the bench
make bench

#generate graph
make plot-bench

to see all options run: make help

Contributors

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published