Concept Flow - Key-value and document store model
Start: Client sends request
Check: Is key present?
No→Return: Item not found
Yes
Retrieve value/document by key
Return value/document to client
The flow shows how a key-value or document store retrieves data by checking the key and returning the associated value or document.