OverviewData Collection Controller (DCC) is a REST-based orchestrator that takes requests from users to deploy and manage data collection blocks. Data Collection Blocks (usually called 'block') collect data from specified devices, transform, filter, and publish them via multiple interfaces. DCC installationThis section explains, how to install DCC component. How authentication worksDCC is configured to be the only entry point of DCF. Once you install it, it allows you to provision and orchestrate any available block in DCF. DCC configuration Installing MongoDBThis section explains, how to install the MongoDB. Installing DC coreThis section explains, how to install the DC core. Basic operationsThe following are the general steps a typical client would complete after installing DCC to access the REST API using curl. Samples and examples in this section provide working illustrations of these concepts.