MATRIXX Engine Data Model

The MATRIXX Engine data model is object based. All objects are defined in XML, making them easily extendable and the in-memory databases highly configurable.

How MATRIXX Transfers Data

Figure 1 shows the components that MATRIXX Digital Commerce uses to transfer and store data.
Figure 1. MATRIXX Data Model
MDCs — MATRIXX Data Containers
Used to pass information among MATRIXX components. Includes for example, processing records and results, state changes, events, and, notification messages. For more information, see the discussion about MATRIXX Data Containers.
EDRs — Event Detail Records
Represents a business event (state change to the database). Created by the Charging Servers from MDCs.
Transaction Messages
The MATRIXX Charging Server creates event objects (for billable events) and adds them to MDCs. The result is sent to the Transaction Server as a transaction message.
Events
Contain attributes unique to a chargeable occurrence. For details, see Event Streaming.
SEFs — Streamed Event Files
A temporary file created by the Event Stream Server on the MATRIXX Engine publishing server to stream events to MEFs or other locations (adds GTCs, usage, and non-usage information to EDRs).
MEFs — MATRIXX Event Files
Persistent storage for collections of events arranged in GTC order. MEF processing converts SEFs to MEFv2s. Can be published to external systems in different formats.

MATRIXX Data Objects

All database objects have a unique Object ID (OID) that can be used to efficiently locate the object in its database. Objects are linked together using their OIDs rather than actual memory addresses so an object can be relocated in the database without invalidating the links. This also allows multiple MATRIXX Engine blades to share data based on OIDs, while the actual location of the object may differ between the blades.