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

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

Notifications You must be signed in to change notification settings

Cerebellum-Network/ddc-data-viewer

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks