Skip to content

nschwalbe/discobit-slim-client-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discobit-slim-client-java

This fork removes all external dependencies so the resulting jar is just approximately 45kB. Also added maven pom.

discoBit - Remote Application Configuration Management

discoBit is a service which enables remote configuration of applications. Configurations are read from the central server during bootstrap or on demand by your software.

#About Instead of providing each installed application, script or process with local configuration you shift everything to a central instance which serves as a single point of truth. All properties are organized in configuration buckets which are uniquely identified and secured from unauthorized access.

Your software calls the central service cluster via REST and reads the applied properties when appropriate. You need to provide a single remote-configuration-ID or a unique identifier for the calling node (hostname, IP) and security credentials to access the remote configuration.

Apply changes to your configs for massive infrastructures without any need for rollouts or restarts.

See www.discobit.com

Java Client Library - Usage

This library eases access to the REST based API for discoBit.

About

discoBit - Remote Application Configuration Management - Java Client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%