commit | 0bc4aced190255e281a236392ae743bbac9aae21 | [log] [tgz] |
---|---|---|
author | Dinesh Belwalkar <dumbbel@gmail.com> | Thu Nov 14 21:41:50 2019 +0000 |
committer | Dinesh Belwalkar <dumbbel@gmail.com> | Tue Nov 19 19:54:14 2019 +0000 |
tree | 6b03d8790ae443ec3b5bcdf2078a242a6f66c56f | |
parent | 86ef010b29dd31bdb006fc3cd5bf890de71f652a [diff] |
[SEBA-880]Ensure Redfish importer Makefile conforms to typical targets Change-Id: Ida21793667fdaff57d252abe42127980124378e1
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.