Skip to content

RemTech/Data-Engineering

Repository files navigation

Data Engineering Project


pages-build-deployment

Node Docker
nodejs docker

Dependencies


  • Parcel is a build tool && cubejs is for fetching / connecting to the datasource for visualisation.
  • Chartjs is for presenting the data in graphs

Type Cube Properties


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

To Run The Application, Please Follow The Order of Sequence


  • Ensure you have nodejs && docker installed on your system.

  • To download nodejs && docker click the below icons:

  • node-download

  • docker-download

  • 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 the postgres database in the application function properly.

  • Type npm run production on your command line interface to start the postgres 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

Note


  • By default the application launches localhost:1234/cloudquery
  • There are currently two resources in the application :

/localquery /cloudquery

About

For Analyzing Data for Visualization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published