Skip to content

whatap/go-api-example

Repository files navigation

Example code of the WhaTap Golang monitoring API

The following is an example code for use of libraries.

database

  • database/sql
  • github.com/jinzhu/gorm
  • github.com/go-gorm/gorm
  • github.com/gomodule/redigo

web frameworks

  • github.com/gin-gonic/gin
  • github.com/gorilla/mux
  • github.com/labstack/echo
  • github.com/go-chi/chi
  • github.com/gofiber/fiber
  • github.com/valyala/fasthttp

library

  • github.com/Shopify/sarama
  • k8s.io/client-go/kubernetes
  • google.golang.org/grpc
  • net/http/