Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.03 KB

visualisation.md

File metadata and controls

21 lines (13 loc) · 1.03 KB

Rendering is dependent of the use case, of the applicative.

Yet being able to render Striple generically is a nice to have to understand higher level organization of data.

Rendering of Striple should be graph like without visualisation of abstract id (when multiple hop of ids relation an indice should describe it). Visualisation of abstract id or intermediary Striple should be dependant of user action (hover, click...).

Convenient techno are svg (graph like representation plus web) and other more graph oriented visualisation lib (graphviz...).

Advanced visualization should allow a kind of browsing of Striple (following link requesting linked to, resolving some about Striple...). An obvious example is any source control graph of revision (fork and version being advance refinement).