Displaying BusinessEvents Project Entities in LiveView Web

TIBCO LiveView Web dashboard is used to showcase various visualizations based on the data sent from TIBCO BusinessEvents.

Based on the project configuration, TIBCO BusinessEvents generates a LiveView project, containing LiveView configuration files (that is, LiveView Tables) corresponding to TIBCO BusinessEvents entities (concepts, events, or metrics). The id of the entities is used as primary key for these LiveView tables. TIBCO LiveView Web dashboard then uses data from the LiveView tables, and based on the visualization setup, displays the project metrics in different charts.
Before you begin

Install TIBCO LiveView Server and setup LiveView web with it. For more information, see the TIBCO Streaming documentation.

    Procedure
  1. Configure the application metrics for the metric store and add an inference agent for it. For more information, see Configuring TIBCO Live DatMart as Metric Store in the TIBCO BusinessEvents Configuration Guide.

  2. Save the project.
  3. Generate the LiveView configuration (.lvconf) files for the project using the studio-tools utility.
  4. Start the TIBCO LiveView server with the location of the generated LiveView configuration files for the project.
    For more information, see TIBCO Streaming documentation.
  5. Start the BusinessEvents engine with the BusinessEvents project configured for LiveView.
  6. Open the LiveView Web URL (such as, http://localhost:10080/lvweb) to view the LiveView Web UI.

    If an ACL is configured, there will be an authenticated login else, you are directly taken to the dashboard.

  7. In the dashboard, you can create a page and card, while adding various visualization, aggregation, and alerts over the LiveView tables.
    For more information, see TIBCO Streaming documentation.
    The following image shows the sample dashboard created in LiveView Web for the bundled example FraudDetectionLiveView:
    LiveView Web Sample Dashboard