commit | b5db83fa2573a2477e70fd06a4aa3e5f9118cb0b | [log] [tgz] |
---|---|---|
author | Dinesh Belwalkar <dumbbel@gmail.com> | Thu Oct 24 17:27:58 2019 +0000 |
committer | Dinesh Belwalkar <dumbbel@gmail.com> | Thu Nov 07 21:35:18 2019 +0000 |
tree | c433674bb461dc2a3b4788c10e32e0f4c8dcddc5 | |
parent | 6b31f8fdd6939bc484e48224a7fae3f628809c27 [diff] |
[SEBA-854] Add new API and modify existing Change-Id: Iea9fd003d122f58a4d45c79d806a2011087d1740
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.