Shared store

Shared store

CE.png

Shared store is a built-in service for storing and sharing key-value data across streams in a Solution. Data in the stream can be written to the store, and once it’s saved, it can be read by other streams. Data is saved automatically at different intervals depending on the stream type.

The service can be used to temporarily share small pieces of data between streams.

Note!
If you need to handle large volumes of data or require high memory usage, consider using an external database as an alternative to Shared store. This can help improve performance and reliability.


This section has the following subsections: