๐๏ธ Storing data
The Finsemble storage client interfaces with the storage service to provide access to a central
๐๏ธ API: StorageClient
The Storage Client handles saving and retrieving data for your smart desktop.
๐๏ธ Distributed store
The Distributed Store reduces complexity by operating as a central repository. This reduces the number of connections that windows need to maintain. The Distributed Store hosts business logic which can be invoked by any window that itโs plugged into. This lets the store synchronize state across window boundaries. Multiple windows can share data, yet remain loosely coupled. Each window now only needs to be aware of a data model, not all the other windows.
๐๏ธ API: DistributedStoreClient
The Distributed Store Client handles creating, retrieving, and destroying stores. Stores are used to save and retrieve data either locally or globally.