From 7fce4bffde03197942833cdb4e31d680f0de7f74 Mon Sep 17 00:00:00 2001 From: Mikhail Volkov Date: Tue, 14 Jan 2025 13:09:43 -0500 Subject: [PATCH] Update BI documentation --- big/getting-started.mdx | 3 ++- big/index.mdx | 24 +++++++++++++++++------- 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/big/getting-started.mdx b/big/getting-started.mdx index 434c8efa..4d1d7239 100644 --- a/big/getting-started.mdx +++ b/big/getting-started.mdx @@ -14,11 +14,12 @@ The Business Intelligence platform utilize Docker containers to be modular and s The `docker-compose.yml` file consists of the following containers and can be used to start the platform: -- **Grafana** includes the provisioned dashboards and datasources. +- **Grafana** includes the provisioned dashboards and data sources. - **Timescale** is required to store Business Engine configuration. - **Business Engine** has a service account key to access Grafana HTTP APIs. It evaluates alert rules and calls actions when alert statuses change. - **Prometheus** collects and store performance metrics from Business Engine. - **JSON server** is an action example based on NodeJS, which accepts alert payload and saves it to the files for testing purposes. +- **Data Emulator** is a NodeJS scripts to populate data to Timescale database and demonstrate variables functionality.