Open links in new tab
  1. SSL framework - Operations Manual - Neo4j Graph Data Platform

    Bolt connector is enabled by default but its encryption is disabled. To enable the encryption over Bolt, create the folder structure and place the key file and the certificates under those. Then, you need to …

  2. Configuration settings - Operations Manual - Neo4j Graph Data Platform

    Neo4j provides support for Bolt, HTTP, and HTTPS protocols via connectors. For more information about the connectors, see Configure network connectors. When configuring the HTTPS or Bolt, see …

  3. Graph database concepts - Getting Started - Neo4j Graph Data Platform

    Neo4j is often described as schema optional, meaning that it is not necessary to create indexes and constraints. You can create data — nodes, relationships and properties — without defining a schema …

  4. Built-in roles and privileges - Operations Manual - Neo4j Graph Data ...

    The default privileges of the built-in roles in Neo4j and how to recreate them if needed.

  5. Aggregating functions - Cypher Manual - Neo4j Graph Data Platform

    Aggregation can be computed over all the matching paths, or it can be further divided by introducing grouping keys. To learn more about how Cypher ® handles aggregations performed on zero rows, …

  6. Linux executable (.tar) - Operations Manual - Neo4j Graph Data Platform

    Oct 1, 2025 · How to install Neo4j on Linux from a tarball, and run it as a console application or service.

  7. Leadership - Graph Database & Analytics

    Meet the Neo4j leadership team. Learn about the visionaries driving the future of graph database technology and innovation.

  8. CALL procedure - Cypher Manual - Neo4j Graph Data Platform

    For information about how to list procedures, see SHOW PROCEDURES. Neo4j comes with a number of built-in procedures. For a list of these, see Operations Manual → Procedures. Users can also …

  9. Neo4j is an internet-scale, native graph database that leverages connected data to help companies build intelligent applications that meet today’s evolving challenges including machine learning and artificial …

  10. Naming rules and recommendations - Cypher Manual - Neo4j Graph …

    Length limit of identifiers Neo4j’s block format implements GQL’s limit on the maximum length of identifiers. The maximum limit is set to 16,383 characters in an identifier. This means that node …