Skip to content

When To Use AdminWebApp Section

Jaren M. Brownlee edited this page Aug 29, 2022 · 3 revisions

DeepLynx ships with a Vue single page application which serves as the primary UI for the DeepLynx system. While you can run this separately (and it's recommended to do so if you're developing it) we suggest you use npm run build:web and npm run start to build and deploy the included Vue app alongside DeepLynx. This process may take a few minutes each time.

If for whatever reason this is not working correctly for you, or you are doing development work on the Vue single page application itself, then this section will walk you through how to launch the bundled web app separately and register it with DeepLynx correctly.

DeepLynx Wiki

Sections marked with ! are in progress.

Building DeepLynx

DeepLynx Overview

Getting Started

Building From Source

Admin Web App


Deploying DeepLynx


Integrating with DeepLynx


Using DeepLynx

Ontology

Data Ingestion

Timeseries Data

Manual Path
Automated Path
File/Blob Storage

Data Querying

Event System

Data Targets


Developing DeepLynx

Developer Overview

Project Structure and Patterns

Data Access Layer

Development Process

Current Proposals

Clone this wiki locally