commit | f45d1aad780cba6f3cd8d27f9a9bea5cea592238 | [log] [tgz] |
---|---|---|
author | Ubuntu <maddie_cheng@edge-core.com> | Thu Feb 06 07:01:44 2020 +0000 |
committer | Ubuntu <maddie_cheng@edge-core.com> | Tue Feb 25 21:15:48 2020 +0000 |
tree | 39e9030b1fc13deed3edf058d6cbe32861130959 | |
parent | bf20292dc03a376e8e9ef48d0323ec4093bd1378 [diff] |
SEBA-903 getting ip and port from make command line arguments instead of hardcoding Change-Id: I0ff559fff6aa3a15b6110fb4c4d43280dc689789
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.