Skip to content

jalateras/version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Skelton Micro Seervice in Go

A simple layout for a micro service written in golang

Configuration

We are using the codegansta cli package for all configuration management.

Server

We are using the echo micro web framework for the foundation of our micro services. It is super fast and provides the ability to plug in middleware and a pretty neat router.

Logging

The logrus package is used for logging and is API compatible wit hthe standard library logger.

TODO

  • Add some simple metrics (in-memory)
  • Add some health checks
  • Add tests

About

A skeleton for a microservice in golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published