Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/johnsalazar/microservices-go-payment
- Owner: JohnSalazar
- License: mit
- Created: 2023-06-05T19:17:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-18T20:27:22.000Z (about 1 year ago)
- Last Synced: 2024-01-29T11:14:12.594Z (about 1 year ago)
- Topics: clean-code, cqrs, cqrs-pattern, discovery-service, docker, golang, grpc, hexagonal-architecture, kubernetes, metrics, microservices, nats, nosql, rest-api, solid, telemetry
- Language: Go
- Homepage:
- Size: 51.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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
---
## 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/) team under the [MIT license](LICENSE).