This repository has been archived by the owner on Mar 16, 2022. It is now read-only.
How to do KVS #51
Labels
backend platform
Issues related to the backend platform
enhancement
New feature or request
user platform
Issues related to the different user target platforms
Having support for Key-Value style state management would be interesting,
it could either be implemented on top of CRUD #50 by the Entity being a Map.
This also impacts the user-facing API as they would not have to deal with anything but the inbound commands (not events), by adding/modifying/removing the values in the Map.
The text was updated successfully, but these errors were encountered: