https://github.com/scalecube/scalecube-configuration-service
scalecube configuration service provides an application metadata storage solution
https://github.com/scalecube/scalecube-configuration-service
Last synced: 6 months ago
JSON representation
scalecube configuration service provides an application metadata storage solution
- Host: GitHub
- URL: https://github.com/scalecube/scalecube-configuration-service
- Owner: scalecube
- Created: 2018-07-04T11:22:55.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2022-11-15T23:46:45.000Z (over 2 years ago)
- Last Synced: 2023-08-06T06:52:40.271Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 1000 KB
- Stars: 0
- Watchers: 17
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scalecube-configuration-service
scalecube configuration service enable clients to consume configuration data, this can come in handy when the consumer needs to know how to connect to an
external/3rd party services. For example, the database network location and credentials.Another examle: A service must run in multiple environments - dev, test, qa, staging, production - without modification and/or recompilation.
Different environments have different instances of the external/3rd party services, e.g. QA database vs. production database, test credit card
processing account vs. production credit card processing account.scalecube configuration service provides a solution by externalizing all application configuration (e.g. database credentials and network location).