Skip to content

go infrastructure libraries for services: database containers, http server, grpc server, etc

License

Notifications You must be signed in to change notification settings

Pushwoosh/infra

Repository files navigation

Infra

Infra is a set of go libraries to unify the way we write grpc servers, access various databases, etc.

Installation

go get github.com/pushwoosh/infra

Libraries

All databases and brokers libraries have similar design: each library has NewContainer function that creates a container that holds named connections to the database.

To create a new connection, call Connect method. To fetch a connection, call Get method.

Databases

Message Brokers

Servers

  • HTTP - http server helpers
  • gRPC - gRPC server utilities for creating gRPC servers and gRPC gateways
  • Info - server info endpoint. provides endpoints for k8s liveness and readiness probes, pprof, build info

Other

About

go infrastructure libraries for services: database containers, http server, grpc server, etc

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages