Click or drag to resize
Topic Tree
Zet Universe

[This is preliminary documentation and is subject to change.]

The core of the Zet Universe Semantic Information Processor is the Topic Tree with the associated Topic Queue Service, which is a dynamically formed queue of all major changes to the entities.

The Topic Tree

The Topic Tree is used as the central notification system which is used by all plugins to drive data import, analysis, and enrichness processes. It is extendable; that is, each plugin can define its own topics and subtopics, and use them as the way to communicate with other plugins, building a custom pipeline.

Topic

Description

/Incoming/

/Incoming/Files/

/Incoming/Files/Documents/

Entities that link to files identified as text-containing documents

/Incoming/Files/Generic/

Entities that link to yet unidentified files

/Incoming/WebPages/

Entities that link to web pages

/Properties/

/Properties/FullText/

Entities for which associated stream a full text has been successfully extracted

/Properties/Title/

Entities which Title has been updated

/Properties/Thumbnail/

Entities which Thumbnail has been updated

/Properties/Keyphrases/

Entities which list of Keyphrases has been updated

/Classification/

/Classification/Kinds/

Entities for which their kind has been identified

/Classification/Kinds/VisualClusters

Visual cluster entities that have been updated

/Classification/Kinds/WebPages/

Entities that link to web pages, and which web pages' content has been downloaded for further indexing and analysis

/Relationships/

Entities that got new relationships (e.g., to mentioned entities)

/ActivityHistory/

/ActivityHistory/SemanticActionEntries/

A notification for new Semantic Action Entries that have been created

See Also