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)
| Artefact | Location | Action |
|---|---|---|
FQDN.GRAPH enum constant | adb/adb-common/…/client/FQDN.java | Delete the GRAPH entry |
FQDN.GRAPH is not referenced anywhere in the monorepo outside FQDN.java itself — deletion is safe.
Cleanup checklist
- [ ] Delete
FQDN.GRAPHfromadb/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