From b40fcc97248ed641bd80eff7d995501ecd2aff83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Annama=CC=81ria=20Koren?= Date: Tue, 11 Aug 2026 08:57:45 +0200 Subject: [PATCH] add Graph Insights description to system architecture, CMEM-7625 --- docs/deploy-and-configure/system-architecture/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy-and-configure/system-architecture/index.md b/docs/deploy-and-configure/system-architecture/index.md index 715951e8..7cb48b7a 100644 --- a/docs/deploy-and-configure/system-architecture/index.md +++ b/docs/deploy-and-configure/system-architecture/index.md @@ -38,7 +38,7 @@ Additionally, _Explore_ manages authorization of the users according to the acce The knowledge graph is stored in a quad store connected to _Explore_. This can either be a physical store like [GraphDB](http://graphdb.ontotext.com/), [Virtuoso](https://virtuoso.openlinksw.com/) or a remotely accessible SPARQL 1.1 compliant HTTP endpoint. -_Graph Insights_ … +_Graph Insights_ is an optional Corporate Memory component which enables interactive visual exploration and analysis of knowledge graphs. To keep even complex graphs readable, it groups nodes and aggregates relations while providing data-guided expansions and on-demand details. Interactive filters allow users to refine their exploration based on classes, attributes and relations. Each exploration can be converted into SPARQL, effectively providing a visual no-code query builder, while table-like views make graph data accessible to users less familiar with graph structures. Keycloak provides authentication. Keycloak can act as an authentication broker for already existing, external OpenId Connect or SAML infrastructures.