Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.06 KB

File metadata and controls

36 lines (25 loc) · 1.06 KB

Intel® Inventory Suite inventory-service

license

Inventory service is a microservice in the Intel® Inventory Suite that provides business context to raw RFID reads from Intel® RSP. Some of the features are:

  • Generates events based on raw RFID data. (arrival, move, and departed)
  • Events are re-published to EdgeX Core data.
  • Location history of a RFID tag.
  • Data persistence in PostgreSQL.
  • RESTful APIs using odata.

Depends on

  • EdgeX Core-data
  • Product-data-service
  • Rfid-alert-service
  • Cloud-connector

Install and Deploy via Docker Container

Intel® RSP Software Toolkit

EdgeX and RSP MQTT Device Service should be running at this point.

Installation

make build deploy

API Documentation

Go to https://editor.swagger.io and import inventory-service.yml file.