Skip to content

EtaCassiopeia/oxconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OxConfig

OxConfig is a dynamic configuration library for Scala. It allows you to update your configuration without restarting your application. It is based on PureConfig.

OxConfig supports different backends including Consul, Etcd, Zookeeper and Vault. It also supports local file configuration.

OxConfig is implemented as a wrapper around PureConfig. It uses PureConfig to load configuration from a file and then updates the configuration once it is changed in the backend.

The updated configuration is propagated to the config keys through Channels, which is implemented using the Ox library

Installation

Usage

About

OxConfig is a dynamic configuration library for Scala.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages