# yaml-language-server: $schema=https://schema.zeabur.app/template.json
apiVersion: zeabur.com/v1
kind: Template
metadata:
    name: Neo4j Graph Database
spec:
    description: A fast, scalable, and intuitive graph database for AI reasoning, fraud detection, recommendation systems, and more.
    icon: https://djeqr6to3dedg.cloudfront.net/repo-logos/library/neo4j/live/logo-1720462240295.png
    tags:
        - Database
        - Graph
        - Backend
        - AI
    readme: "# Neo4j on Zeabur\n\n[Neo4j](https://neo4j.com) is a leading native graph database designed for handling highly connected data. This template deploys the Neo4j Community Edition using the official Docker image.\n\n## \U0001F510 Credentials\nThe admin username is `neo4j`. The password is auto-generated for security reasons—please see the Zeabur Control Panel for your password.\n\n## \U0001F310 Web Interface\nThe Neo4j Browser UI is not available in this deployment.\n\n## \U0001F517 Bolt Protocol\nConnect from applications inside your Zeabur internal network using:\n\nbolt://<service-host>:7687\n\n> **Note:** This service is only accessible from within the Zeabur internal network. No public endpoints are exposed.\n\n## \U0001F4BE Data Persistence\nMounted to /data to preserve your database between redeploys.\n\n## \U0001F9EA Testing and Development\nThis setup is suitable for prototyping, educational use, and small production deployments."
    services:
        - name: neo4j
          icon: https://djeqr6to3dedg.cloudfront.net/repo-logos/library/neo4j/live/logo-1720462240295.png
          template: PREBUILT
          spec:
            id: neo4j
            source:
                image: neo4j:5.26.5-community
            volumes:
                - id: data
                  dir: /data
            instructions:
                - title: Accessing Neo4j
                  content: neo4j/${PASSWORD}
            env:
                NEO4J_ACCEPT_LICENSE_AGREEMENT:
                    default: "yes"
                NEO4J_AUTH:
                    default: neo4j/${PASSWORD}
localization:
    zh-TW:
        description: 一個快速、可擴展且直觀的圖形資料庫，適用於 AI 推理、詐騙偵測、推薦系統等場景。
        readme: "# 在 Zeabur 上部署 Neo4j\n\n[Neo4j](https://neo4j.com) 是全球領先的原生圖形資料庫，專為處理高度連結的資料而設計。本模板使用官方 Docker 映像部署 Neo4j Community Edition。\n\n## \U0001F510 認證資訊\n管理者帳號為 `neo4j`，密碼會自動產生。請至 Zeabur 控制台查詢您的密碼。\n\n## \U0001F310 網頁介面\n此部署不提供 Neo4j Browser UI。\n\n## \U0001F517 Bolt 協議連線\n僅能於 Zeabur 內部網路用下列方式存取：\n\nbolt://<service-host>:7687\n\n> **注意：** 僅限 Zeabur 內部網路存取，未對外公開。\n\n## \U0001F4BE 資料持久化\n資料會掛載在 `/data` 目錄下，重新部署時不會遺失。\n\n## \U0001F9EA 測試與開發用途\n適用於原型開發、教學實驗與小型生產環境部署。"
