Go Orus API
Go Orus API is a library, a set of go-swagger templates and a few code generation tools for easy implementation of a REST API based on a swagger 2.0 description file.
It uses a chosen set of tools, one for each need:
-
zerolog for fast and beautiful logging
-
Postgresql for storing the data, with the help of:
-
sentry exports for monitoring errors
-
prometheus metrics
-
go-swagger for generating most the server files