Event Representation-Item

From GM-RKB
Jump to navigation Jump to search

An Event Representation-Item is a representation item that represents one or more events.



References

2024

```javascript const EventComponent = {

   metadata: {
       eventType: "OrderCreated",
       timestamp: "2024-11-10T13:00:00Z",
       entityId: "ORD-123"
   },
   properties: {
       orderId: "123",
       amount: 200.00,
       status: "pending"
   },
   state: {
       currentStep: "validation",
       previousEvents: []
   }

} ```

[1] https://databeats.community/p/event-data-components
[2] https://databeats.community/p/customer-data-components-events-and-entities
[3] https://esper.espertech.com/release-5.3.0/esper-reference/html/event_representation.html
[4] https://www.3pillarglobal.com/insights/blog/components-of-event-driven-architecture/
[5] https://pubs.opengroup.org/architecture/archimate31-doc/chap09.html
[6] https://www.eventstore.com/event-sourcing
[7] https://wiki.bedrock.dev/items/item-events
[8] https://spiral.dev/docs/advanced-events/current/en