commit | a6ba07d8318196e0eefd25e709d77cab68429f4d | [log] [tgz] |
---|---|---|
author | Dinesh Belwalkar <dumbbel@gmail.com> | Fri Jan 10 23:22:34 2020 +0000 |
committer | Dinesh Belwalkar <dumbbel@gmail.com> | Wed Jan 15 23:29:30 2020 +0000 |
tree | e814228765b699a30bccba385f01954ae50bf2d3 | |
parent | cd7e950a7a38880dcebc1ce0aa3994fbf7676a10 [diff] |
[SEBA-892] Resolve any SCA violations in Redfish Importer Errors are in Jira Change-Id: If6cb8058d46f549dc14d6d66fee82f1bc7fb77a6
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.