commit | f57ee2ee40d380c96fbbe4e5988539de75e9cc28 | [log] [tgz] |
---|---|---|
author | Dinesh Belwalkar <dumbbel@gmail.com> | Thu Jul 11 17:46:00 2019 +0000 |
committer | Dinesh Belwalkar <dumbbel@gmail.com> | Thu Jul 11 17:46:00 2019 +0000 |
tree | 2f190ab5ffc1fc64a2c2405b8f2cec8af42bbea2 | |
parent | 6a9f01acd76bbb54c373cc6c2a4f3b207cd1023e [diff] |
[SEBA-751} Add API for subscribe/unsubscribe and set frequency APIs Change-Id: If224851b143dcb335918cbc06d66e5fdfd99bab1
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.