commit | 48ce657dfd7f86a3966bb9d9978265a9fd254f13 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Fri Nov 22 17:30:35 2019 -0800 |
committer | Matteo Scandolo <teo@opennetworking.org> | Mon Dec 16 23:39:45 2019 +0000 |
tree | 60a9ebe6b79e25e01db2f1fa5894e839a5c0688a | |
parent | 72ecafbe1a6b92ebe3c5cecd56d7c472e0bc78f8 [diff] |
Adding Code of Conduct Change-Id: Ibdc19f45b8567c89e9c91dd69c6d44ce808f596e
This Repo contains the code for importer and related functionality. Importer is module which collects the device data from the devices which support REDFISH and publishes onto kafka bus. Exporter is another module which listens on kafka bus and makes the data available to the dashboard for user.
Importer gets the device details from NEM and periodicaly collects data using REDFISH RESTful APIS based on HTTP. The interface between NEM andimporter is GRPC. Importer also registers for events from the device like alerts, removal/insertion events. It then publishes data on kafka bus to collect the data.