Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wellers/shop
Shop microservices for Kubernetes.
https://github.com/wellers/shop
dotnet graphql grpc helm-charts postgresql rabbitmq redis
Last synced: 5 days ago
JSON representation
Shop microservices for Kubernetes.
- Host: GitHub
- URL: https://github.com/wellers/shop
- Owner: wellers
- Created: 2024-04-03T02:09:32.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-07-07T12:56:13.000Z (5 months ago)
- Last Synced: 2024-07-08T14:13:30.189Z (4 months ago)
- Topics: dotnet, graphql, grpc, helm-charts, postgresql, rabbitmq, redis
- Language: C#
- Homepage:
- Size: 279 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shop microservices
.NET 8 containerised microservices for a Shopping application.### Microservices
#### Basket
REST API to store customer baskets. A Redis server is utilised to store the purchased items. Baskets that are purchased are pushed onto the message queue.#### Booking
Consumes basket purchase messages from the message queue and stores the bookings in a Postgres database.#### Catalog
GraphQL API over a Mongo database. A cron job populates the database.#### Kube-proxy
Nginx API gateway to provide access to the microservices from outside the Kubernetes cluster.#### Shared
pgAdmin and RabbitMQ message queue.