https://github.com/jimysheepman/delivery-service
Delivery Service Example
https://github.com/jimysheepman/delivery-service
docker golang kafka kubernetes microservices microservices-architecture mongodb postgresql redis
Last synced: over 1 year ago
JSON representation
Delivery Service Example
- Host: GitHub
- URL: https://github.com/jimysheepman/delivery-service
- Owner: JimySheepman
- Created: 2022-06-05T12:53:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-02T08:52:12.000Z (about 4 years ago)
- Last Synced: 2025-01-10T16:54:24.014Z (over 1 year ago)
- Topics: docker, golang, kafka, kubernetes, microservices, microservices-architecture, mongodb, postgresql, redis
- Language: Go
- Homepage:
- Size: 2.18 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Delivery Service
It is a hobby project where I am trying to create and experience the backend services of a simplified e-commerce site's delivery service. I aim to learn and experience this project by applying multiple software principles.
## Architecture
## Non-Functional Requirements
* Test-driven development
* Domain-driven design
* Containerization with Docker
* Deployment with Kubernetes
* Documentation with Swagger
* Code Quality and Code Security sonarcloud
* Testing with Code Coverage > 80%