// THE CONTEXT ENGINE
A context graph that scales with the org.
Rows and columns describe events. Graphs describe how those events relate. kyma carries a native graph layer over the same Arrow storage — millions of entities, hundreds of millions of relationships, queried in milliseconds. The same engine that's already proving it on the Agentcy platform.
- Entities + relationships as native types. Customers, deploys, services, alerts, agent runs — all linked, all queryable.
- Cypher-style traversals. "Find every customer affected by a deploy that touched the payments service in the last 24h" — one query.
- Same pruning cascade. Graph queries hit the same time-bound + token-index pruning that makes log queries fast.
- Federated edges. Pull entities from Postgres, edges from MongoDB, events from OTLP — kyma joins them in the graph layer.