Overview

The Data+ Server is the backend interface for Data+ Extensions. It handles websocket communication between clients and the database.
It runs with Node.jsopen in new window as a service via NSSMopen in new window.
PostgreSQLopen in new window is used for data storage by default.

Extension compatibility

Required extension versions:

Server versionData+ TableData+ FormsData+ Process ChainData+ Timeline
1.18.0+2.2.0+1.4.0+1.6.0+1.9.0+
1.13.0+1.34.0+1.1.0+1.5.1+1.7.1+
1.12.0+1.32.0+1.0.0+1.5.0+1.6.0+

NodeJS

Supported version: v20.6.1 - 20.12.2

Database

Furthermore a database connection is required. Supported databases are:

For PostgreSQL there is a quick setup available that will create the database and user with the admin credentials. Other databases have to be configured manually.