- The Orion Context Broker is a component of FIWARE that allows applications to manage context information through a standard NGSI API. It stores context data in a MongoDB database.
- Context data refers to attribute values that characterize entities. Applications can retrieve and update context data by querying or sending updates to the Context Broker. The Broker also supports subscriptions where applications can register to receive notifications of context changes.
- The document provides examples of using the basic operations of the Context Broker like creating entities, retrieving and updating attribute values, applying filters, and creating subscriptions. It also introduces batch operations and discusses how to run Orion in Docker containers.