Abzu
Library of shared functionality across all of the microservices.
Wraps Google Cloud Storage SDK in a basic abstraction for uploading files.
Contains various helpers for authentication, including auth middleware for RESTful services. This is used in the REST Gateway.
Simple abstractions for Redis.
Package or loading and managing environment variables and .env files as a single struct.
A series of wrappers around the Uber Fx dependency injection library. This
Common method for creating Postgres connections.
Package or setting up logging, currently wraps the Uber Zap logging library.
Common CRUD interface, can be used for Postgres repositories, exposes a common set of methods, such as fetch, get, delete etc.