Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sansna/expconf
Making a greate config store.
https://github.com/sansna/expconf
config experiment gin golang gorm mysql
Last synced: about 2 hours ago
JSON representation
Making a greate config store.
- Host: GitHub
- URL: https://github.com/sansna/expconf
- Owner: sansna
- License: lgpl-3.0
- Created: 2020-07-26T02:59:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-23T16:24:39.000Z (about 4 years ago)
- Last Synced: 2024-06-19T05:30:58.579Z (5 months ago)
- Topics: config, experiment, gin, golang, gorm, mysql
- Language: Go
- Homepage:
- Size: 1.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# expconf
Trying to make it a config store service with great features:
1. App/Env realized and seperated
2. Quick response and realtime config
3. Preconfigurable config store and can be configured with default values
4. More QPS(current 1000+qps read) I want it to be 1M
5. Version controllable, with fallback function at both key/group level
6. Passive update of config data at client side### Usage
1. start mysql server at local (should be configured as root and with no password)
2. go build main.go
3. ./main### TODO
1. Log module
2. Retvals more friendly