Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 2.22 KB

File metadata and controls

47 lines (35 loc) · 2.22 KB
layout docs
menu
docsplatform_{{.version}}
identifier name parent weight
database-management-create-neo4j
Neo4j
database-management-create
170
menu_name docsplatform_{{.version}}
section_menu_id guides

Creating a Neo4j Database

This page covers the configuration specific to Neo4j — its Database Mode and any engine-specific settings shown below. The rest of the creation flow — opening the wizard, namespace and name, version, machine profile, storage, and optional features — is the same for every engine and is documented in Common Steps.

Database Mode

Select the topology under Database Mode. Two modes are available:

  • Standalone — A single-node instance. Best for development or low-traffic workloads.
  • Replicaset — A multi-node cluster for high availability. Set the Number of Replicas (e.g., 3).

Replicaset mode selected showing the Number of Replicas field

Field Description
Number of Replicas Number of nodes in the cluster (e.g., 3). Required for Replicaset.

Neo4j Settings

Field Description
Storage Type Durable (persistent volumes) or Ephemeral (no persistence).
Disable Security Run without authentication (development only).
TLS Configure TLS per protocol — Bolt, HTTP, and Cluster — each signed by the selected Issuer.

Create a Neo4j Database

  1. Open the wizard and select Neo4j — see Getting Started and Select a Database Type.
  2. Set the namespace and name.
  3. Pick the database version and the Database Mode described above, then set the machine profile and storage — see Configure the Database.
  4. Optionally configure Advanced Configuration (labels, deletion policy, credentials, point-in-time recovery) and Additional Options (monitoring, backup, TLS, gateway).
  5. Click Deploy.