Data Streaming

Data Objects

1min

The data objects required will need to be transmitted in an event based implementation as will be described in the documentation. The primary objects required for the events are the

  • Actor - The person performing an action in an event
  • Action - The specific action and the type of action
  • Context - The context under which this action is being performed. This usually can be referred to interchangeably as a Feature in your application
  • Object - The specific object being used in the event.

For example, in an ecommerce transaction, the Actor is the Buyer, Action is Buying, Context is the Page or screen where the product is being bought and Object is the actual product being bought.

Updated 11 Dec 2023
Doc contributor
Did this page help you?