-
Notifications
You must be signed in to change notification settings - Fork 18
DeepLynx Requirements
Jaren Brownlee edited this page Dec 4, 2023
·
10 revisions
- node.js ^16.x
- Typescript ^4.x.x
- npm ^6.x
- yarn ^3.6.x
- Rust ^1.x.x (set to default stable)
- Docker ^18.x - optional - for ease of use in development
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
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