https://github.com/juxt/stoic
Marrying the Component Lifecycle pattern with distributed config.
https://github.com/juxt/stoic
Last synced: 5 months ago
JSON representation
Marrying the Component Lifecycle pattern with distributed config.
- Host: GitHub
- URL: https://github.com/juxt/stoic
- Owner: juxt
- Created: 2014-06-06T08:57:00.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-25T13:46:21.000Z (over 11 years ago)
- Last Synced: 2025-07-29T14:45:02.869Z (5 months ago)
- Language: Clojure
- Size: 227 KB
- Stars: 20
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stoic
This library marries Stuart Sierras Component library with distributed config. Feed Stoic a SystemMap and it will ensure that the relevant components are bounced when their config changes. Config-suppliers are pluggable, at present Zookeeper is the sole config supplier implementation.
Coming soon, a blog to explain and a better readme!