Skip to content

hypertrace/hypertrace-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hypertrace UI

build-and-test codecov

Prerequisites

Install Node + NPM

Setup

  • Install Dependencies

    npm install

Development server

Run npm start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Running unit tests

Run npm run test to execute the unit tests via Jest

Technologies

  1. Angular
  2. Typescript
  3. RxJS
  4. D3
  5. Spectator (Unit Testing)

UI Architecture

| | | :------------------------------------------------------------------------------------------------: | --- | | Hypertrace UI Architecture | d |

Building Image locally

Hypertrace UI uses gradle to build a docker image. Gradle wrapper is already part of the source code. To build Hypertrace UI image, run:

./gradlew dockerBuildImages

Docker Image Source: