commit | 8af8d7deeccf89e940c5c3706bb11f2b3fe97cc7 | [log] [tgz] |
---|---|---|
author | Dinesh Belwalkar <dumbbel@gmail.com> | Wed May 29 21:00:50 2019 +0000 |
committer | Dinesh Belwalkar <dumbbel@gmail.com> | Wed May 29 21:08:04 2019 +0000 |
tree | 8df38efcd9e3caa7f78a01d5bcb6f9a7f990299f | |
parent | c9c0f39d9eec719a14499d71d70bffe0f2daf0b3 [diff] |
[SEBA-616] update main.go to loop forever empty select didnt work Change-Id: I3d27009f6617e9914df7d5713bca1cd03392b5f8
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.