Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The below diagrams illustrate the dataflow of the messages between a synced review application, a session store that tracks the current session and message queue for distribution of the messages.  The schema for each message is provided in the section following this one.

View file
nameEvent Flow.pdf
height400

Schema Proposals

The schemas take the form of schema name with a version and a payload. So, in most cases, the json keys come in pairs like "command" and "command_schema" or "event" and "event_schema". 

...