Skip to main content
Version: Previous

Server reporting

import Reporting from '../../resource/reporting_mf.md'

Set-up

Front-end configuration

See the web section of the documentation to see the micro front-end documentation.

Server configuration

To enable this component on the server, pull in the reporting-distribution-6.5.0-bin.zip from Artifactory, and unzip it alongside genesis and auth modules in the standard genesis deployment server directory.

To make data available to users so that they can create reports, you must insert entries into the REPORT_DATASOURCES table. This table determines which data resources can be reported on. In most cases, you will have already set up queries in your Data Server to provide the data, but you can add new sources by creating new queries in your application-dataserver.kts.

For example, to make two dataserver queries available to the reporting server:

SendIt -t REPORT_DATASOURCES.csv

using an example file REPORT_DATASOURCES.csv

DATASOURCE_NAME,DATASOURCE_TYPE
ALL_TRADES,DATASERVER
ALL_POSITIONS,DATASERVER

The Report Server adds the following metadata services:

  • ALL_SAVED_REPORTS (Data Server)
  • SAVED_REPORTS (Request Response)
  • ALL_REPORT_DATASOURCES (Request Response)