https://github.com/eumel8/trainqa
Quality measurements about DB trains.
https://github.com/eumel8/trainqa
Last synced: 6 months ago
JSON representation
Quality measurements about DB trains.
- Host: GitHub
- URL: https://github.com/eumel8/trainqa
- Owner: eumel8
- License: apache-2.0
- Created: 2020-01-05T22:10:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-07T17:55:53.000Z (almost 6 years ago)
- Last Synced: 2025-06-13T12:06:06.385Z (7 months ago)
- Language: Java
- Size: 307 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# trainqa
Quality measurements about DB trains.
This project contains at least only the data collector, which collects
Deutsche Bahn timetable in realtime for station Brieselang.
The data are stored on a Google Spreadsheet. Travellers can adjust the data
based on their personal experiences and visualized on Tableau.
A first draft is here: https://public.tableau.com/profile/eumel#!/vizhome/trainqa/Dashboard1
The project is more described here: https://github.com/eumel8/trainqa/projects/1

```plantuml
title Train QA
actor "Traveller" as traveller
participant "DB station realtime API" as db
participant "Data collector" as collector
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