Datacenter User Guide

Version 2.0 | Published November 02, 2023 ©

Stats Perform

These are the steps to configure a Stats Perform dataset.

  1. Create a new dataset of type Stats Perform, specifying a name and (optionally) a prefix to use to identify the dataset and its values, respectively:

    images/download/thumbnails/134789217/image-2023-8-16_7-34-11.png
  2. Click Add. The dataset is added to the list, and it has an initial WARNING status as it contains no configured endpoints yet.

    images/download/thumbnails/134789217/image-2023-8-16_14-1-2.png
  3. Select one or more endpoints from the table in the Dataset configuration panel by double clicking a row. A new endpoint card is then created.
    images/download/attachments/134789217/image-2023-8-16_7-36-23.png
    Alternatively, you can enter a new endpoint by clicking Add new endpoint on the right-side of the panel, and then clicking on the empty endpoint that is added at the bottom of the table to configure it.
    images/download/attachments/134789217/image-2023-8-16_14-6-47.png
    Doing so reveals the new endpoint details, where its properties can be entered.
    images/download/attachments/134789217/image-2023-8-16_14-8-57.png

    Endpoint Options: When adding a new endpoint, parameters (for example, parts of the endpoint whose value should be fetched from other endpoints) should be encapsulated in curly braces: {part_name}.
    The value inside curly braces is resolved either by using other endpoints present in the Dataset configuration table, or the ones specified in the Endpoint fixed options section of the right-most column in the main view.

    Using as an example the images above, the following endpoint /soccerdata/matchevent/{outletAuthKey}/{Match}?ctst={Team}&type={EventType}, would use the {Match} and {Team} options from the respective endpoint in the table, and the {EventType} option from the fixed options. The {outletAuthKey}, on the other hand, is fetched from the Provider configuration in the Admin page.

  4. Once an endpoint is added to a dataset, you can select the endpoint card, where its properties can be entered. You can now edit the endpoint configuration (Competition, Season, Match and Event Type as shown in the picture below):

    images/download/attachments/134789217/image-2023-8-16_7-37-58.png


    When done, the data is added to the Dataset output table.

    images/download/attachments/134789217/image-2023-8-16_16-4-55.png
  5. To change the polling rate (how often the Fluid remote host is polled for data, in ms) for the dataset, select if from the list and edit the Polling field in the Dataset parameters on the right-most column.

images/download/thumbnails/134789217/image-2023-8-16_15-41-14.png

Filtering a Dataset

Values read from a file into a dataset can be filtered via the Filtering tool. To do so, select the dataset card, click on the hamburger menu and then press the Filter button.

images/download/attachments/134789217/image-2023-8-16_16-3-53.png

A dialog visualizing the file's payload schema opens, through which a user can filter the source data.
images/download/attachments/134789217/image-2023-8-16_16-4-7.png

Please refer to the Filtering and Manipulating the Dataset Entries page to learn how to enable, disable and edit the entries added.