-
Notifications
You must be signed in to change notification settings - Fork 17
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.
Sections marked with ! are in progress.
- HTTP Authentication Methods
- Generating and Exchanging API Keys for Tokens
- Creating a DeepLynx Enabled OAuth2 App
- Authentication with DeepLynx Enabled OAuth2 App
- Creating an Ontology
- Creating Relationships and Relationship Pairs
- Ontology Versioning
- Ontology Inheritance
- Querying Tabular (Timeseries) Data
- Timeseries Quick Start
- Timeseries Data Source
- Timeseries Data Source via API
- Exporting Data
- Querying Data
- Querying Timeseries Data
- Querying Jazz Data
- Querying Data - Legacy
- Querying Tabular Data