Sign inSign up

openeuler/neo4j

Sponsored OSS

By openeuler

Updated 3 days ago

Image
0

5.4K

openeuler/neo4j repository overview

Quick reference

neo4j | openEuler

Current neo4j docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.

Neo4j is the world’s leading Graph Database. It is a high performance graph store with all the features expected of a mature and robust database, like a friendly query language and ACID transactions. The programmer works with a flexible network structure of nodes and relationships rather than static tables — yet enjoys all the benefits of enterprise-quality database. For many applications, Neo4j offers orders of magnitude performance benefits compared to relational DBs.

Learn more about neo4j at http://neo4j.com/.

The tag of each neo4j docker image is consist of the version of neo4j and the version of basic image. The details are as follows

TagCurrentlyArchitectures
2026.08.1-oe2403sp4neo4j 2026.08.1 on openEuler 24.03-LTS-SP4amd64, arm64
2026.04.0-oe2403sp4neo4j 2026.04.0 on openEuler 24.03-LTS-SP4amd64, arm64
2026.04.0-oe2403sp3neo4j 2026.04.0 on openEuler 24.03-LTS-SP3amd64, arm64
5.26.7-oe2403sp1Neo4j 5.26.7 on openEuler 24.03-LTS-SP1amd64, arm64
2025.07.0-oe2403sp2Neo4j 2025.07.0 on openEuler 24.03-LTS-SP2amd64, arm64

Usage

  • Start server instance

    docker run -d --name my-neo4j -p 7474:7474 -p 7687:7687 openeuler/neo4j:latest
    

    which allows you to access neo4j through your browser at http://localhost:7474⁠.

    This binds two ports (7474 and 7687) for HTTP and Bolt access to the Neo4j API. A volume is bound to /data to allow the database to be persisted outside the container.

    By default, this requires you to login with neo4j/neo4j and change the password. You can, for development purposes, disable authentication by passing --env=NEO4J_AUTH=none to docker run.

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.

Tag summary

Content type

Image

Digest

sha256:4af06b80c

Size

2.7 GB

Last updated

3 days ago

docker pull openeuler/neo4j

This week's pulls

Pulls:

17

Last week