Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)