[SEBA-881] move device-management to go mod

Change-Id: Idf082ee75c157f72fd4173f653d9e13c1c55fcd3
935 files changed
tree: af561d737283fadfd2733d905dd19036233ce880
  1. .gitreview
  2. Dockerfile
  3. Makefile
  4. README.md
  5. VERSION
  6. data_collector.go
  7. demo_test/
  8. event_subscriber.go
  9. go.mod
  10. go.sum
  11. https-server.crt
  12. https-server.key
  13. main.go
  14. proto/
  15. samples/
  16. vendor/
README.md

device-management Repo.

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

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.