commit | e7028409f1f0b2478f259aa9c123e7ce7a4f6c8e | [log] [tgz] |
---|---|---|
author | mc <maddie_cheng@edge-core.com> | Thu Jul 18 04:10:01 2019 +0000 |
committer | mc <maddie_cheng@edge-core.com> | Thu Jul 18 04:58:46 2019 +0000 |
tree | dc59355b20cf3af550d4b188d97d33447ebcfe21 | |
parent | f57ee2ee40d380c96fbbe4e5988539de75e9cc28 [diff] |
SEBA-621 scheduler to collect data for Importer Change-Id: Idf5f34ad5e99028648fefbe0605a9c78d91d2312
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.