commit | 1a8f286a6bbee1bc783533538f0b4af971591ddc | [log] [tgz] |
---|---|---|
author | Ubuntu <maddie_cheng@edge-core.com> | Fri Jan 17 21:04:08 2020 +0000 |
committer | Ubuntu <maddie_cheng@edge-core.com> | Fri Jan 17 21:04:08 2020 +0000 |
tree | 66030c59532d4172af4c1963497e23aab17f3372 | |
parent | a6ba07d8318196e0eefd25e709d77cab68429f4d [diff] |
SEBA-919 remove obsoleted cmd_client folder Change-Id: Ib4f25b14f551461180704eee5fa84945b510bf4f
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.