Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hardchik/go-microservices-architecture
https://github.com/hardchik/go-microservices-architecture
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hardchik/go-microservices-architecture
- Owner: Hardchik
- Created: 2023-12-20T11:35:17.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-12T18:47:22.000Z (4 months ago)
- Last Synced: 2024-07-12T20:43:03.215Z (4 months ago)
- Language: Go
- Size: 1.09 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Microservices Architecture
A backend microservices architecture built with Go, utilizing Redis for data storage and the Chi router for HTTP routing.
## Overview
This project demonstrates a scalable and maintainable microservices architecture in Go. It includes:
- **HTTP Server**: Configurable port for serving API requests.
- **Redis Integration**: Redis used for storing and managing order data.
- **Order Management**: Endpoints for creating, reading, updating, and deleting orders.
- **Graceful Shutdown**: Proper handling of OS interrupts for safe shutdown.
- **JSON Serialization**: Orders are stored and transmitted in JSON format.