Table of Contents

Shared Memory

The Shared Memory is lightweight key-value storage. Values in the Shared Memory are associated with keys so that each key is associated exactly with one value. You can think of the keys as "names", or identifiers, of values. Keys must always be unique, in order to unambiguously identify values.

The Shared memory that stores N values can be represented as below:

Keys Values
key1 value 1
key2 value 2
keyN value N

From a technical standpoint, the Shared Memory is part of the same EasyMorph repository that stores data connectors.

The "Shared memory" action is intended for reading, writing, modifying, and deleting values in the Shared Memory.

Features

Use cases

The shared memory can be convenient in many cases: