An open API service indexing awesome lists of open source software.

https://github.com/davidjcottrell/acm

Application Configuration Manager
https://github.com/davidjcottrell/acm

Last synced: about 2 months ago
JSON representation

Application Configuration Manager

Awesome Lists containing this project

README

          

# CCM - C++ Configuration Manager

A flexible C++ configuration management library supporting multiple file formats with real-time change detection.

## Features

- **Multi-Format Support**

- JSON, YAML, INI, and XML parsing
- Easy extension for custom formats
- Automatic format detection

- **Dynamic Configuration**

- Real-time file monitoring
- Event callbacks for value changes
- Hot-reload support

- **Advanced Features**
- Value validation and type checking
- Encrypted configuration support
- Remote configuration via HTTP/HTTPS
- Schema validation