Skip to content

Api gateway using krakend and docker to deploy my mini kanban project

Notifications You must be signed in to change notification settings

KevinDaSilvaS/kanban-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kanban-gateway

Change express-gateway to krakend gateway

About the project:

The main reasons to replace express-gateway in project was:

  1. Express-gateway last version was released with an apparently break in the configuration turning maintenance of the config very hard sometimes.
  2. A native support(according to my researches it doesnt work in the version 2.0 of influxdb so this part was useless to me) to influxdb metrics. Express gateway has its own influxdb plugin but it seemed a little bit more confuse to deal with plugins than krakend.
  3. Performance, apparently the performance benchmarks of krakend are impressive and able to tame even the Kong and Tyk gateways.
  4. Curiosity to try a new tool that seemed to fit better with my necessities.

Initializing the project

Start docker and run the following command in your terminal

"docker-compose up -d"

To acess the application

"http://localhost:9091/"
/boards
/tasks
/comments

Link to access the mini-kanban repository

Link to access the comments-kanban repository

Link to access the old kanban-api-gateway repository

About

Api gateway using krakend and docker to deploy my mini kanban project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages