Overview
The Data+ Server is the backend interface for Data+ Extensions. It handles websocket communication between clients and the database.
It runs with Node.js as a service via NSSM.
PostgreSQL is used for data storage by default.
Extension compatibility
Required extension versions:
Server version | Data+ Table | Data+ Forms | Data+ Process Chain | Data+ Timeline |
---|---|---|---|---|
3.0.0+ | 2.2.0+ | 1.4.0+ | 2.0.0+ | 1.9.0+ |
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 versions: 20 - 22
Database
Furthermore a database connection is required. Supported databases are:
- PostgreSQL v14-v16 (recommended)
- MySQL
- Microsoft SQL Server
- Oracle DB
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.