| zookeeper-clj | Zookeeper-clj is a Clojure DSL for Apache ZooKeeper, which "is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services." Out of the box ZooKeeper provides name service, configuration, and group membership. From these core services, higher-level distributed concurrency abstractions can be built, including distributed locks, distributed queues, barriers, leader-election, and transaction services as described in ZooKeeper Recipes and Solutions and the paper "ZooKeeper: Wait-free coordination for Internet-scale systems". |
| carica | Carica is a flexible configuration library. It offers: - a simple lookup syntax - support for both Clojure and JSON config files config file merging (if you have more than one config file) - Even if one is a Clojure file and the other is JSON code evaluation in Clojure files - runtime override capabilities for testing easy default config file names (config.clj and config.json) - ability to override the defaults |
| jmx-repl | A JMX client with a file system style. |