Event Data Model
This section outlines the current state of kloppy's event data model. Each Event is associated with an EventType which classifies the general event type that has occurred. Furthermore, each Event consists of general attributes as well as event type-specific attributes. The general attributes are recorded for all event types, based on their applicability. Additional attributes are recorded depending on the specific EventType. Each event can also have a list of Qualifier entities providing additional information about the event.
Warning
The implementation of the data model is not yet complete for all providers and some providers might simply not support certain parts of the data model (e.g., not all providers annotate the intended recipient of a pass). For each event type and qualifier, we provide a detailed overview describing if and how it is implemented for each data provider.
The status of the implementation is indicated by the following icons:
- the implementation is complete
- not supported by the data provider
- not yet implemented
- the status is unclear
Please open a ticket when you like to implement additional features.