commit | b6b2b30b2cdf84d44931b25d328c450a49dcddc8 | [log] [tgz] |
---|---|---|
author | Dinesh Belwalkar <dumbbel@gmail.com> | Thu Jun 06 17:30:44 2019 +0000 |
committer | Dinesh Belwalkar <dumbbel@gmail.com> | Thu Jun 06 17:30:44 2019 +0000 |
tree | 6ea08cf5406d2d69be458959dbd04710fb0fd8d8 | |
parent | 8af8d7deeccf89e940c5c3706bb11f2b3fe97cc7 [diff] |
[SEBA-617} adding http server, kafka producer and putting message on kafka bus Change-Id: I15c19781174ab2523f5754cdfa00e055f9ca88c0
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.