- The Orion Context Broker is used for context information management in IoT systems and allows storing and retrieving context data.
- It uses an entity-attribute model where context information is represented by entities with attributes. Producers can create, update, and retrieve this context data from the broker using RESTful HTTP requests.
- Consumers can subscribe to the broker to receive notifications of attribute updates that match certain criteria. The broker notifies subscribers by invoking callback URLs provided in the subscription.