Member | Matriculum No. | GitHub |
---|---|---|
Christoph Schulze | 389866 | @ch-sc |
Laura Mons | 364309 | @eleicha |
Supervisor:
Sebastian Breß
@sebastianbress (https://github.com/sebastianbress)
Enabling quick and easy interpretations of vast amounts of data collected on a daily basis is a key challenge for any data analyst. In this context, data visualizations have proven themselves as an invaluable tool which is widely used in industry and research.
Data-intensive visualizations do not scale well for large amounts of data. The data transfer from a data processing system to a visualization system is the primary bottleneck. Consequently, the transferred data volume needs to be reduced. One way to achieve this would be by pixel-perfect compression, however, other ways are possible as well.
Existing approaches such as M4 [1] are already applying pixel-perfect-compression, e.g. for line charts. Following their lead, the scope of this project is to extend prior work by a richer set of visualizations, such as scatter plots, bar charts, or space filling visualizations. The extensions should be able to prevent system crashes as well as enable quick data transfers to the visualization component. At the same time, all relevant data should be displayed.
Clone this repository and follow the instructions of this section to run the experiment on your own. For our experiment we used the yellow taxi data set provided by the New York Taxi & Limousine Commission. You can download it here: [TLC Trip Record Data](https://www1.nyc.gov/site/tlc/about/tlc-trip-record-data.page)To build the sources you can use Maven
mvn compile
docker run -d --name rabbitmq --hostname my-rabbit -p 5672:5672 -p 8090:15672 -e RABBITMQ_DEFAULT_USER=user -e RABBITMQ_DEFAULT_PASS=password rabbitmq:3-management
cd notebooks
jupyter notebook
Go into your browser and call:
http://localhost:8082/2d/stream/cluster?x=3840&y=2160&opt=VDDA
If everything is wired up correctly the request may take a while to finish and should eventually see messages in the Queue. If you exposed the port for RabbitMQ's admin page (8090:15672) you can check whether there are messages in the queue.
http://localhost:8090/#/queues/%2F/BDAPRO2