Mongo properties
All MongoDB properties are defined within the mongo object in theItential Platform service instance configuration for the adapter. The adapter uses MongoDB to store three things: metrics, the throttle queue, and optionally the adapter configuration.
MongoDB is not required for the adapter to function. If you do not configure it, you can disable metrics or store them on the file system, and throttling can operate in memory.
Do not store adapter database information in theItential Platform database. Doing so can cause issues when upgradingItential Platform.
Properties
Example
This example connects to a MongoDB instance at mymongo.com:27017 using username and password authentication, without a replica set or SSL.