2.24.0 • Published 9 months ago
@datazoom/collector_theo v2.24.0
THEO
Introduction
Datazoom is a high availability real-time data collection solution. This document summarizes how to integrate with the Datazoom platform.
Installation
npm i @datazoom/collector_theo
Plugin Initialisation
datazoom.init({
configuration_id:"CONFIG_ID"
});
Note: Replace the CONFIG_ID value with the collector configuration ID.
Usage
To activate data collection for THEO instance, create a Datazoom context which references the player instance with the following snippet:
let playerContext = datazoom.createContext(playerManager);
Example
import datazoom from '@datazoom/collector_theo'
...
let playerContext;
...
datazoom.init({
configuration_id:"CONFIG_ID"
});
playerContext = datazoom.createContext(playerManager);
2.24.0
9 months ago
2.23.0
1 year ago
2.22.0
1 year ago
2.21.0
1 year ago
2.20.0
1 year ago
2.19.0
1 year ago
2.18.0
1 year ago
2.17.0
2 years ago
2.16.0
2 years ago
2.15.0
2 years ago
2.14.0
2 years ago
2.13.0
2 years ago
2.12.0
2 years ago
2.11.0
2 years ago
2.5.0
3 years ago
2.10.0
2 years ago
2.7.0
2 years ago
2.6.0
3 years ago
2.9.0
2 years ago
2.8.0
2 years ago
2.3.0
3 years ago
2.4.0
3 years ago
2.2.0
3 years ago
2.1.0
3 years ago
2.0.0
3 years ago