-
Notifications
You must be signed in to change notification settings - Fork 1
4.1 Operation
rodmichael edited this page Aug 15, 2019
·
2 revisions
ALL of NM2 components are separated as a docker container and communicate with each other, generally, via a message broker.
Components can be classified, according to their role, as:
- Message broker: acting as an intermediary between two or more services.
- Network controllers: interacting with network devices.
- Collectors: gathering the the actual network data.
- Data processing: processing the data received from collectors and building db queries.
- Database operators: interacting with the databases.
- Databases: storage the data.