-
Notifications
You must be signed in to change notification settings - Fork 2
ideas:processing
Johannes Lötzsch edited this page Mar 10, 2023
·
3 revisions
Datatype of row
|
Datatype of column
|
Visualization |
---|---|---|
* | place |
Map |
* | [place , heading , speed ] |
Map with vectors |
event |
date |time |period
|
Calendar, Timeline |
task |
[date , duration , state ] |
Kanban, Gantt |
person |
[name , image ] |
CV / "wanted" poster |
edge |
[node 1, node 2] |
Graph |
node |
connected node s | edge s |
Graph |
relation |
[entity 1, entity 2] |
ER-Diagram |
entity |
related entity s | relation s |
ER-Diagram |
state |
transitioned state s | transition s |
State-Diagram |
host |
connected host s | connection s |
Network-Graph |