Integration based on data push
Use this option for receiving data and events from our platform on your web service
Pre-requisite:
- A running and secured web service (HTTPS URL) that can receive data and events from our systems.
Outcome:
- Process (and / or store) these data and events to fulfil your use cases.
Our Solutions:
An overview of these are given in the below sections.
Sensor data push
- Use it for: receiving batches of raw sensor data in near real time on your web service (HTTPS endpoint)
- Described in our documentation at: Sensor data push
- Examples of some data:
- Feedback rating data
- Air quality sensor data
- People counter sensor data
- Other sensor data (like consumable or bin monitoring)
- Sensor types and data format are described in child pages of RealSense
Matrix event push (Matrix Event Bus)
- Use it for: receiving specific events from Matrix in near real time on your web service (HTTPS endpoint)
- Described in our documentation at: Matrix event bus
- Examples of some events:
- Zone created:
- Zone is a location in your site (building)
- This means a zone was defined and added in your building.
- Task started / completed
- This means a planned or scheduled activity has been started or completed by someone who was assigned to it.
- From this you can infer the last clean time- i.e. when a cleaning activity was started and completed- Since a cleaning activity is created as a task in our system.
- Incident created
- This means an issue was created
- Either by some supervisor or by a sensor
- Incident started / completed
- This means work was started on an issue and then completed.
- By someone who was assigned to the issue
- Zone created:
- All supported events are listed in this section at the bottom of page for Matrix event bus
Difference between Matrix events push and Sensor data push:
- For the user of these two services, both behave the same, i.e. both send data to a web service (HTTPS endpoint)
- Since sensor data can be quite voluminous as compared to Matrix events, sensor data push is activated separately from other events.