RestBI Documentation
  • Welcome to RestBI
  • Getting Started
    • Quickstart Guide for RestBI
    • Installation
      • Docker Compose
      • Kubernetes
  • Object Definitions
    • Data Model
      • Model
      • Connection
      • Table
      • Join
      • Column
      • Formula
      • ValidationResult
    • Query
      • Query
      • QueryFilter
      • SQLResult
  • SDK
    • Overview
    • Reference
      • RestBIClient
      • executeQuery
      • getMetadata
      • validateModel
  • API
    • Overview
    • Reference
      • POST /query
      • POST /validate
      • POST /metadata
      • GET /
  • Examples
    • RestBI Demo App
      • Installation
      • Report Builder
      • Drill Anywhere
      • Model Helper
Powered by GitBook
On this page
  • Installation
  • Report Builder
  • Drill Anywhere
  • Model Helper
  1. Examples

RestBI Demo App

PreviousGET /NextInstallation

Last updated 8 months ago

The Demo App is designed to help you get started quickly by seeing the fundamentals of RestBI in action.

Install the sample database and demo application.

The report builder is a flexible interface for interacting with your data. Users have the ability to select columns from the dataset, apply filters, and see the results displayed in a table. Note how the interface adapts to different models.

This visualization easily allows users to pivot up and down throughout the dataset with dynamic column swapping, and a drill anywhere capability on click.

The model helper is a nice way to explore the Model, it is also a useful demonstration of the validate endpoint.

Installation
Report Builder
Model Helper
Drill Anywhere