Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hokkung/configuration
Golang application for handling center configuration
https://github.com/hokkung/configuration
dependency-injection envconfig gin golang microservice redis
Last synced: about 1 month ago
JSON representation
Golang application for handling center configuration
- Host: GitHub
- URL: https://github.com/hokkung/configuration
- Owner: hokkung
- Created: 2024-04-28T08:09:12.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-02T09:35:12.000Z (7 months ago)
- Last Synced: 2024-05-02T19:26:33.565Z (7 months ago)
- Topics: dependency-injection, envconfig, gin, golang, microservice, redis
- Language: Go
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Configuration
# Scope
1. Able to update configuration through APIs
2. This service will provide APIs to retreiving configuration
3. This service will store data into Redis as database
4. Destinations must implement cache before sending request to this service
5. After updating the configuration the service will be sending updated value to subscribed services through APIs/Message queue# Entity
1. Service
2. Configuration# Internal Libs
1. [srv](https://github.com/hokkung/srv)