commit | a0493ad7d2562698a8a5318af067e55a79d0c86b | [log] [tgz] |
---|---|---|
author | Dinesh Belwalkar <dumbbel@gmail.com> | Mon Jul 22 19:58:42 2019 +0000 |
committer | Dinesh Belwalkar <dumbbel@gmail.com> | Mon Jul 22 22:50:32 2019 +0000 |
tree | 2dfc4b3fcb3de3cd8ccba4bfe85bf714f4bc3bc3 | |
parent | e7028409f1f0b2478f259aa9c123e7ce7a4f6c8e [diff] |
[SEBA-799] Add logging and other misc. changes Change-Id: I1c73f19f375ea81bb57d7fcd015570f4b3ac1dd9
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.