Skip to content

DeepLynx Requirements

Jaren Brownlee edited this page Dec 4, 2023 · 10 revisions

Build From Source


Requirements

Data Source Requirements

These requirements are for a native install of PostgreSQL. You can alternatively build the database using docker as found in step 6a of this guide.

  • Required - PostgreSQL ^12.x
  • Required - pg-crypto Postgres extension (automatically included with Postgres > 12 and in the Docker images)
  • TimescaleDB Postgres Extension - needed for raw data retention and time-series data

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