Post

Neo4j

Neo4j is a graph database designed to manage complex data relationships. It uses nodes, relationships, and properties to store and analyze connected data, making it ideal for applications like recommendation engines, fraud detection, and network analysis. Its structure allows for fast querying and deep data insights through native graph storage.

Neo4j

Installation

Default install:

1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/neo4j.sh)"
CPU: 1 cores RAM: 1024 MB Disk: 4 GB OS: Debian 13

Default Credentials

UsernamePassword
neo4jneo4j

Configuration

Config file:

1
/etc/neo4j/neo4j.conf

Web Interface

Port: 7474

This post is licensed under CC BY 4.0 by the author.