All versions of this manual
X
 

Deploying on premise: Technical requirements

Linkurious Enterprise is a Web-application server. It needs to be installed on a server and can then be accessed by multiple users using their Web browser.

Linkurious Enterprise Server

Technical requirements for the machine used to install the Linkurious Enterprise Web-application server:

Hardware

Linkurious Enterprise hardware requirements change according to your needs and setup. Here are some scenarios with their suggested minimum hardware configurations.

Scenario 1

Project up to 20 users and few alerts.

Using the embedded Elasticsearch1:

  • 6GB of RAM3
  • 4 CPU cores
  • 3GB of free space + space for Elasticsearch2 (SSD preferred)

Not using the embedded Elasticsearch:

  • 5GB of RAM
  • 2 CPU cores
  • 3GB of free space (SSD preferred)

Scenario 2

Project up to 100 users and tenth of alerts.

Using the embedded Elasticsearch1:

  • 6GB of RAM3
  • 8 CPU cores
  • 5GB of free space + space for Elasticsearch2 (SSD preferred)

Not using the embedded Elasticsearch:

  • 5GB of RAM
  • 4 CPU cores
  • 5GB of free space (SSD preferred)

Scenario 3

Project with more than 100 users and several alerts.

To maintain stable performance, it is necessary to move heavily loaded components to well-dimensioned dedicated servers/clusters:

  • use an external Index Server (i.e. not the embedded Elasticsearch server);
  • use an external user-data store (i.e. not the embedded SQLite server).

Hardware requirements only for the Linkurious Enterprise server:

  • 6GB of RAM4
  • 8 CPU cores
  • 3GB of free space (SSD preferred)

Extra information:

Linkurious Enterprise requires a 64-bit system to run.

1The embedded Elasticsearch is not recommended when dealing with large amounts of data, see Elasticsearch documentation.

2Some extra space is required for the Elasticsearch full-text index. This space is proportional to the size of your graph database. A (very) rough estimate could be 50% of your graph database (it also depends on the actual data density).

3It is possible to configure Elasticsearch for higher memory usage, please contact us.

4It is possible to configure Linkurious Enterprise for higher memory usage more, please contact us.

Please keep in mind that these technical requirements are for Linkurious Enterprise server only. For hardware requirements regarding your graph database, please refer to these guides:

Elasticsearch

Linkurious Enterprise includes an embedded Elasticsearch instance for search capabilities. Please keep in mind that this embedded instance will only work for smaller graphs (less than 50M nodes + edges). For larger graphs, you will need to deploy an Elasticsearch cluster. Please refer to Elasticsearch's hardware requirements guide for details.

Operating System

Linkurious Enterprise server can be deployed on the following platforms:

  • Windows
    • Windows 10
    • Windows Server 2016
    • Windows Server 2019
  • Linux
    • CentOS 8.5+
    • Ubuntu 20.04+
    • Debian 10+
    • Red Hat 8+
  • macOS
    • 10.15+ (OS X Catalina and above)

Node.js and GLIBC 2.28

Linkurious Enterprise depends on Node.js that requires a Linux kernel >= 4.18 and a GLIBC >= 2.28.

You can check the Linux kernel and the GLIBC version available on your system on http://distrowatch.com.