Life ConnectLife Connect
Wiki index
Architecture
Services
Concepts
Runbooks
Infra
Swagger Docs
GitHub
Wiki index
Architecture
Services
Concepts
Runbooks
Infra
Swagger Docs
GitHub
  • Backend (Java / Spring Boot)

    • adb
    • adb-persons
    • adb-parts
    • adb-contracts
    • adb-accounting
    • adb-files
    • adb-utilities
    • adb-aggregates
    • adb-views
    • adb-reports
  • Frontend

    • adb-ui
    • adb-web
  • Infrastructure & tooling

    • adb-charts
    • adb-infrastructure
    • adb-tests-artillery
    • adb-doc
  • External services (out-of-monorepo)

    • adb-tickets
    • adb-notes
    • adb-graph
Last updated 2026-05-08

adb-graph (deprecated)

AI-generated content

This document was generated by an AI assistant. Verify accuracy before relying on the details.

This service is dead — do not use it

adb-graph is not deployed, has no module in the monorepo, no Helm chart, no ingress route, and no Java client. Neo4j was dropped from the platform ~2 years ago (confirmed in CLAUDE.md). The only surviving artefact is the FQDN.GRAPH enum constant in adb-common, which is dead code.

adb-graph was intended to maintain a Neo4j graph of relationships between persons, parts, contracts and tickets. The service was never completed and Neo4j was subsequently removed from the infrastructure. No module directory, no Kubernetes resources, and no consumer code exist anywhere in the monorepo.

What still exists (and must be cleaned up)

ArtefactLocationAction
FQDN.GRAPH enum constantadb/adb-common/…/client/FQDN.javaDelete the GRAPH entry

FQDN.GRAPH is not referenced anywhere in the monorepo outside FQDN.java itself — deletion is safe.

Cleanup checklist

  • [ ] Delete FQDN.GRAPH from adb/adb-common/…/client/FQDN.java
  • [ ] Verify nothing imports or references FQDN.GRAPH (grep -r "FQDN.GRAPH" --include="*.java")
  • [ ] Check adb-charts/ for any leftover Neo4j Terraform or Cypher scripts and remove them
  • [ ] Remove this page from the doc index once the cleanup PR merges
Edit this page
Last Updated:
Contributors: Yevhenii Khudolii
Prev
adb-notes