{
  "manifest_version": "1.0.0",
  "template": {
    "id": "a439fd10-8dfd-42ee-adbb-157140baae6c",
    "slug": "neo4j-graphdb-browser-bulk-insert",
    "name": "Neo4j GraphDB + Browser Bulk Insert",
    "description": "Deploy a fully managed Neo4j instance on Railway with ease.",
    "url": "https://railway.com/deploy/neo4j-graphdb-browser-bulk-insert",
    "upstream": {
      "repo_url": "https://github.com/sukrutnrvd/neo4j-data-insert-browser"
    }
  },
  "services": [
    {
      "name": "neo4j",
      "source": {
        "image": "neo4j:5.25.1"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "tcp_ports": [
        7687
      ],
      "http": false
    },
    {
      "name": "data-insert",
      "source": {
        "repo": "https://github.com/sukrutnrvd/neo4j-data-insert-browser"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "NEO4J_AUTH",
      "service": "neo4j",
      "description": "Username and password for neo4j database access",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_PASSWORD",
      "service": "neo4j",
      "description": "Provide a value for DB_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "NEO4J_PLUGINS",
      "service": "neo4j",
      "description": "List of neo4j plugins. Please provide array of strings",
      "secret": false,
      "strategy": "default",
      "default": "[\"apoc\"]"
    },
    {
      "key": "NEO4J_dbms_logs_http_enabled",
      "service": "neo4j",
      "description": "Enables HTTP traffic logging for REST and Bolt-over-HTTP connections.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "NEO4J_server_logs_gc_enabled",
      "service": "neo4j",
      "description": "Enables logging of JVM Garbage Collection (GC) events for performance monitoring.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "NEO4J_server_memory_heap_max__size",
      "service": "neo4j",
      "description": "Please do not update this value if you on a hobby plan or trial. For more info visit https://neo4j.com/docs/operations-manual/current/configuration/configuration-settings/#config_server.memory.heap.max_size",
      "secret": false,
      "strategy": "default",
      "default": "1g"
    },
    {
      "key": "NEO4J_server_memory_pagecache_size",
      "service": "neo4j",
      "description": "Please do not update this value if you on a hobby plan or trial. For more info visit https://neo4j.com/docs/operations-manual/current/configuration/configuration-settings/#config_server.memory.pagecache.size",
      "secret": false,
      "strategy": "default",
      "default": "4g"
    },
    {
      "key": "NEO4J_server_memory_heap_initial__size",
      "service": "neo4j",
      "description": "Please do not update this value if you on a hobby plan or trial. For more info visit https://neo4j.com/docs/operations-manual/current/configuration/configuration-settings/\" # config_server.memory.heap.initial_size",
      "secret": false,
      "strategy": "default",
      "default": "1g"
    },
    {
      "key": "NEO4J_db_logs_query_transaction_enabled",
      "service": "neo4j",
      "description": "Enables detailed transaction logging for queries (very verbose output).",
      "secret": false,
      "strategy": "default",
      "default": "VERBOSE"
    },
    {
      "key": "PORT",
      "service": "data-insert",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "NEO4J_SERVER_URL",
      "service": "data-insert",
      "description": "Provide a value for NEO4J_SERVER_URL.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "neo4j-graphdb-browser-bulk-insert"
      }
    },
    "cli": "railway deploy --template neo4j-graphdb-browser-bulk-insert",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "a439fd10-8dfd-42ee-adbb-157140baae6c",
            "serializedConfig": {
              "services": {
                "b8135c75-f858-4152-b995-cffc03b716bd": {
                  "name": "neo4j",
                  "source": {
                    "image": "neo4j:5.25.1"
                  },
                  "variables": {
                    "NEO4J_AUTH": {
                      "isOptional": false,
                      "description": "Username and password for neo4j database access",
                      "defaultValue": "neo4j/${{neo4j.DB_PASSWORD}}"
                    },
                    "DB_PASSWORD": {
                      "isOptional": false,
                      "defaultValue": "{{DB_PASSWORD}}"
                    },
                    "NEO4J_PLUGINS": {
                      "description": "List of neo4j plugins. Please provide array of strings",
                      "defaultValue": "[\"apoc\"]"
                    },
                    "NEO4J_dbms_logs_http_enabled": {
                      "description": "Enables HTTP traffic logging for REST and Bolt-over-HTTP connections.",
                      "defaultValue": "true"
                    },
                    "NEO4J_server_logs_gc_enabled": {
                      "description": "Enables logging of JVM Garbage Collection (GC) events for performance monitoring.",
                      "defaultValue": "true"
                    },
                    "NEO4J_server_memory_heap_max__size": {
                      "description": "Please do not update this value if you on a hobby plan or trial. For more info visit https://neo4j.com/docs/operations-manual/current/configuration/configuration-settings/#config_server.memory.heap.max_size",
                      "defaultValue": "1g"
                    },
                    "NEO4J_server_memory_pagecache_size": {
                      "description": "Please do not update this value if you on a hobby plan or trial. For more info visit https://neo4j.com/docs/operations-manual/current/configuration/configuration-settings/#config_server.memory.pagecache.size",
                      "defaultValue": "4g"
                    },
                    "NEO4J_server_memory_heap_initial__size": {
                      "description": "Please do not update this value if you on a hobby plan or trial. For more info visit https://neo4j.com/docs/operations-manual/current/configuration/configuration-settings/\" # config_server.memory.heap.initial_size",
                      "defaultValue": "1g"
                    },
                    "NEO4J_db_logs_query_transaction_enabled": {
                      "description": "Enables detailed transaction logging for queries (very verbose output).",
                      "defaultValue": "VERBOSE"
                    }
                  },
                  "networking": {
                    "tcpProxies": {
                      "7687": {}
                    }
                  },
                  "volumeMounts": {
                    "b8135c75-f858-4152-b995-cffc03b716bd": {
                      "mountPath": "/data"
                    }
                  }
                },
                "fc96cd69-3d81-43c1-aaeb-0c20aafd9afa": {
                  "name": "data-insert",
                  "source": {
                    "repo": "sukrutnrvd/neo4j-data-insert-browser",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "defaultValue": "8080"
                    },
                    "NEO4J_SERVER_URL": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "neo4j://${{neo4j.RAILWAY_TCP_PROXY_DOMAIN}}:${{neo4j.RAILWAY_TCP_PROXY_PORT}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 2,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T02:16:44.104Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_a965c96df696418ab964",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 194,
    "typical_build_seconds": 114,
    "typical_start_seconds": 10,
    "slowest_service": "data-insert"
  }
}
