MATIH Platform is in active MVP development. Documentation reflects current implementation status.
17. Kubernetes & Helm
Dgraph

Dgraph

Dgraph serves as the graph database for the Context Graph and Ontology Service, storing semantic relationships, SHACL shapes, and domain ontologies.


Architecture

+----------------+     +------------------+
| Dgraph Zero    |     | Dgraph Alpha     |
| (Coordination) |---->| (Data storage)   |
| Port: 5080     |     | Port: 9080, 8080 |
+----------------+     +------------------+
                               |
                        +------+------+
                        | Dgraph Ratel |
                        | (Web UI)     |
                        | Port: 8000   |
                        +-------------+

Components

ComponentPurposePorts
ZeroCluster coordination, shard management5080 (internal), 6080 (HTTP)
AlphaData storage, query execution9080 (gRPC), 8080 (HTTP)
RatelWeb-based graph visualization8000

Use Cases

Use CaseConsumer
Domain ontology storageOntology Service
SHACL shape validationContext Graph
Semantic relationship queriesAI Service
Entity resolutionCatalog Service