Skip to content

Instantly share code, notes, and snippets.

@eumel8
Created January 11, 2020 15:22
Show Gist options
  • Save eumel8/9c325a233a3286b4ef1f8deed44da1dd to your computer and use it in GitHub Desktop.
Save eumel8/9c325a233a3286b4ef1f8deed44da1dd to your computer and use it in GitHub Desktop.
```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