Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Latest commit

 

History

History
45 lines (29 loc) · 816 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 816 Bytes

DDC Data Viewer

Description

Web UI to view data in DDC (encrypted or decrypted).

This project uses Quarkus, the Supersonic Subatomic Java Framework.

If you want to learn more about Quarkus, please visit its website: https://quarkus.io/ .

Environment variables

Variable Description Default value
DDC_BOOTNODE DDC node to get network topology http://ddc-bootnode:8080

Requirements for development

  • JDK 11 or higher
  • Docker and Docker Compose

Running the application in dev mode

You can run your application in dev mode that enables live coding using:

./gradlew quarkusDev

Run tests

./gradlew test

Build JVM image

./gradlew quarkusBuild

Build native image

./gradlew buildNative