Node | Docker |
---|---|
![]() |
![]() |
Parcel
is a build tool &&cubejs
is for fetching / connecting to the datasource for visualisation.Chartjs
is for presenting the data in graphs
Property | Datatype |
---|---|
name: | string |
title: | string |
description?: | string |
measures: | TCubeMeasure[] |
dimensions: | TCubeDimension[] |
segments: | TCubeSegment[] |
connectedComponent?: | number ,undefined |
type?: | view ,cube ,undefined |
isVisible?: | boolean ,undefined |
public?: | boolean ,undefined |
-
Ensure you have
nodejs
&&docker
installed on your system. -
To download
nodejs
&&docker
click the below icons: -
Clone this repository by typing
git clone <repository-name>
replacing the<repository-name>
with<this-repository-name>
on your command line interface. -
Run
npm run build
to install the dependencies and build the application. -
Start
docker engine / application
on your system / computer to enable thepostgres database
in the application function properly. -
Type
npm run production
on your command line interface to start thepostgres Database Docker
instance and launch the application. -
Navigate to your browser and enter
localhost:1234/localquery
to navigate to the postgres DB query analysis page
- By default the application launches
localhost:1234/cloudquery
- There are currently two resources in the application :
/localquery
/cloudquery