Created
January 11, 2020 15:22
-
-
Save eumel8/9c325a233a3286b4ef1f8deed44da1dd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```plantuml | |
title Train QA | |
actor "Traveller" as traveller | |
participant "DB station realtime API" as db | |
participant "Data collector" as trains2 | |
participant "Google Spreadsheet" as google | |
participant "Tableau data viz" as tableau | |
db->collector: collector pulls periodically timetable from train station | |
activate collector | |
collector->google: collector writes pull results in Google Spreadsheet | |
activate google | |
google->tableau: data are visualized in Tableau | |
activate tableau | |
traveller->google: Traveller can add more data based on the journey |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment