# Deploy Neo4j with Easypanel

URL: /templates/neo4j

Neo4j is a native graph database that brings data relationships to the foreground. It's designed to store, manage, and analyze connected data efficiently. Neo4j is particularly well-suited for applications that need to model complex relationships between entities, such as social networks, recommendation engines, fraud detection, and knowledge graphs.

## Benefits

### Native Graph Database

Optimized for storing and querying connected data.

### Powerful Query Language

Cypher query language for intuitive graph operations.

### Scalability

Scale horizontally and vertically as needed.

### Rich Ecosystem

Extensive tools, libraries, and integrations.

## Features

### Graph Database

Native graph storage and processing.

### ACID Compliance

Full ACID compliance for data consistency.

### Browser Interface

User-friendly web interface for database management.

### Plugin Support

Extensible through custom plugins.

## Configuration

- `appServiceName` (App Service Name, required): neo4j

- `appServiceImage` (Neo4j Image, required): neo4j:5.26.19

- `neo4jPassword` (Neo4j Password, required): password — Password for the neo4j user

- `neo4jUser` (Neo4j User, required): neo4j — User for the neo4j database

## Services

- neo4j: app (neo4j:5.26.19)

## Resources

- [Website](https://neo4j.com/)

- [Documentation](https://neo4j.com/docs/)

- [Docker Hub](https://hub.docker.com/_/neo4j)

- [Template source](https://github.com/easypanel-io/templates/tree/main/templates/neo4j)