Skip to content

Commit

Permalink
Add Scorpio/Stellio
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Sep 1, 2023
1 parent a1cb4af commit a8b4931
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,9 @@ interface is available across multiple context brokers, so we only need to pick
[Orion Context Broker](https://fiware-orion.readthedocs.io/en/latest/). The application will therefore only make use of
one FIWARE component.

Currently, the Orion Context Broker relies on open source [MongoDB](https://www.mongodb.com/) technology to keep
persistence of the context data it holds.
Currently, the Orion Context Broker relies on open source [MongoDB](https://www.mongodb.com/) technology to hold the current
state of the context data it contains and peristent information relevant to subscriptions and registrations. Other Context Brokers
such as Scorpio or Stello are using [Postgres](https://www.postgresql.org/) for state information.

To promote interoperability of data exchange, NGSI-LD context brokers explicitly expose a
[JSON-LD `@context` file](https://json-ld.org/spec/latest/json-ld/#the-context) to define the data held within the
Expand Down

0 comments on commit a8b4931

Please sign in to comment.