Skip to content

wittmaan/UseR2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UseR 2019 - Visualizing Huge Amounts of Fleet Data using Shiny and Leaflet

This repo contains all code needed to reproduce the shown results of my talk at the UseR conference 2019 in Toulouse.

Docker

  • Run docker-compose up in the docker folder to start cassandra
  • Create keyspace using docker exec -it cassandra0 cqlsh -f /data/schema.cql
  • Jump into the docker container with docker exec -it cassandra0 /bin/bash

Data

  • Some random gps data points in and around munich were created, find them in src\main\R\App1\data\
  • Import the data into cassandra using the importRoute() methode in src\test\java\de\awi\cassandra

Apps

  • App1: implementation using only shiny and leaflet, start it using "library(shiny); runApp("App1")"
  • App2: tile layer based approach:
    • start TileProvider API using startApi.R
    • start Http Server using startHttpServer.R
    • runApp("App2")

Slides

The slides shown at the conference can be found in this directory.

Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published