Skip to content

Commit 4f8be45

Browse files
Merge pull request #937 from mandy-chessell/code2024
Describe brain explorers
2 parents 03492ca + 429d9f6 commit 4f8be45

File tree

4 files changed

+25
-0
lines changed

4 files changed

+25
-0
lines changed
1.96 MB
Loading

site/docs/user-interfaces/brain-explorers/overview.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,30 @@
44
# Egeria Explorers
55

66

7+
## Open Metadata Type Explorer
8+
9+
Egeria's [Open Metadata Types](/types) define an open format that can be used to represent any type of metadata. Egeria defines a comprehensive starter set that can then be extended by organizations and vendors for their own use. The formal definition for the open metadata types supplied by Egeria documented in the [Universal Modelling Language (UML)](https://en.wikipedia.org/wiki/Unified_Modeling_Language). For example, the definitions of [an asset](/concepts/asset) is found on the [0010 Base Model](/types/0/0010-Base-Model) page.
10+
11+
The UML diagrams have the disadvantage in that it is hard to see how the types "fit together". The *Open Metadata Type Explorer* provides an interactive graph-based visualization of the open metadata types, linked together into a single schema. The image below shows a screenshot of the [Referenceable](/concepts/referenceable) type.
12+
13+
![Referenceable Open Metadata Type](referenceable-open-metadata-type.png)
14+
15+
The nodes linked below it are:
16+
17+
* The attribute types for *Referenceable*. They begin with a lower case letter.
18+
* The entity types that inherit from *Referenceable*. They begin with an upper case letter.
19+
20+
The types linked to the left-hand side are relationships that link a *Referenceable* to a another element.
21+
22+
The types linked above are either the type's super type or classifications that attach to this type.
23+
24+
*Referenceable* has a lot of connections. The next screenshot is after clicking on *Actor* (see model [*0110 Actors*](/types/1/0110-Actors)).
25+
26+
![Actor Open Metadata Type](actor-open-metadata-type.png)
27+
28+
*Actor* has three sub-types: *ActorProfile*, *PersonRole* and *UserIdentity*. When you click on *UserIdentity*, you see it has a relationship called *ProfileIdentity*, two additional attributes called *distinguishedName* and *userId* along with a classification called *SecurityGroupMembership*.
29+
30+
![User Identity Open Metadata Type](user-identity-open-metadata-type.png)
31+
732

833
--8<-- "snippets/abbr.md"
4.41 MB
Loading
1.33 MB
Loading

0 commit comments

Comments
 (0)