Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/johnsalazar/microservices-go-payment

About Payment service. Part of an e-commerce built in Golang.
https://github.com/johnsalazar/microservices-go-payment

clean-code cqrs cqrs-pattern discovery-service docker golang grpc hexagonal-architecture kubernetes metrics microservices nats nosql rest-api solid telemetry

Last synced: about 11 hours ago
JSON representation

About Payment service. Part of an e-commerce built in Golang.

Awesome Lists containing this project

README

        

# **Microservices in Golang - Payment**

## Languages

- Golang

---

## Implementations

- RSA Public/Private Key Rotation
- JWT with Public Key Rotation
- Rest
- GRPC
- Events
- Background Services
- Discovery Service
- Telemetry
- Metrics

---

## Components

- Viper
- UUID
- Validator
- Gin
- Breaker
- Retrier
- Cryptography
- Mongo
- Prometheus
- Otel
- Jaeger
- Consul
- Nats

---

## Hosting

- NGINX
- Docker
- Kubernetes

---

## Architecture

- Ports and Adapters (Hexagonal Architecture)
- Clean Code
- CQRS
- Retry Pattern
- Circuit Breaker
- Repository
- Api Gateway / Reverse Proxy

###

## Architecture Overview


architecture overview

---

## List of Services

### This service is part 7/8 of the e-commerce application

- [Authentication](https://github.com/JohnSalazar/microservices-go-authentication)
- [Email](https://github.com/JohnSalazar/microservices-go-email)
- [Customer](https://github.com/JohnSalazar/microservices-go-customer)
- [Product](https://github.com/JohnSalazar/microservices-go-product)
- [Cart](https://github.com/JohnSalazar/microservices-go-cart)
- [Order](https://github.com/JohnSalazar/microservices-go-order)
- **Payment**
- [Web](https://github.com/JohnSalazar/microservices-go-web)

---

## How to build this project

### Access the Infra repository and follow the instructions

- [Infra](https://github.com/JohnSalazar/microservices-go-infra)

---

## About

Payment service was developed by [oceano.dev](https://oceano.dev/) Brasil team under the [MIT license](LICENSE).