An open API service indexing awesome lists of open source software.

https://github.com/sks/microservices


https://github.com/sks/microservices

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

![CI](https://github.com/sks/microservices/workflows/CI/badge.svg)

# Microservices

Thought of learning more about [GRPC](https://grpc.io/) services and container usages

## Tech Stack
1. [Go lang](https://golang.org/)
2. [Uber FX](https://github.com/uber-go/fx)
3. [GRPC JSON Gateway](https://github.com/grpc-ecosystem/grpc-gateway)

## Services
1. [feature flags service](./cmd/featureflags)
2. [sms otp verifier](./cmd/smsotpverifier)