Hyperpilotio / daemon-ecs-scheduler

A ECS scheduler that places daemons on every node in ECS cluster
3 stars 2 forks source link

Use gin web framework #7

Closed Wen777 closed 7 years ago

swhsiang commented 7 years ago

I choose to use gin as the web framework. It is a mature framework with an active community and big companies are using this package too. Ex: CISCO.

The document of gin states:

swhsiang commented 7 years ago

Since we have the sub-command daemon-ecs-scheduler server, the scheduler works as a web server. It is going to provide a RESTful API and other clients can interact with it.

Refer to #9 .