https://github.com/johnsalazar/microservices-go-product
About Product service. Part of an e-commerce built in Golang.
https://github.com/johnsalazar/microservices-go-product
clean-code cqrs cqrs-pattern discovery-service docker golang grpc hexagonal-architecture kubernetes metrics microservices nats nosql rest-api solid sql telemetry
Last synced: about 1 year ago
JSON representation
About Product service. Part of an e-commerce built in Golang.
- Host: GitHub
- URL: https://github.com/johnsalazar/microservices-go-product
- Owner: JohnSalazar
- License: mit
- Created: 2023-06-05T19:43:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-18T20:30:22.000Z (over 2 years ago)
- Last Synced: 2025-03-29T22:41:11.473Z (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, sql, telemetry
- Language: Go
- Homepage:
- Size: 782 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# **Microservices in Golang - Product**
## Languages
- Golang
---
## Implementations
- JWT with Public Key Rotation
- Rest
- GRPC
- Events
- Background Services
- Discovery Service
- Telemetry
- Metrics
---
## Components
- Viper
- UUID
- Validator
- Gin
- Breaker
- Retrier
- Mongo
- Postgres
- Redis
- 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 4/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**
- [Cart](https://github.com/JohnSalazar/microservices-go-cart)
- [Order](https://github.com/JohnSalazar/microservices-go-order)
- [Payment](https://github.com/JohnSalazar/microservices-go-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
Product service was developed by [oceano.dev](https://oceano.dev/)
team under the [MIT license](LICENSE).