Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.62 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.62 KB

BT-2020

This repository contains the code of the bachelor thesis from Long Hoang Nguyen & Georg David Ritterbusch. In the course of the thesis, we explored the open-source web framework A-Frame and its potential to visualize large amounts of data from data warehouses. Our exploration resulted in a tool that allows users to virtually walk through data like in a real warehouse.

Preview

Tools and technologies

Software architecture

Setup and usage

  • Set up your controllers in case you have some
  • Start up the local development environment with XAMPP
  • Load the test data:
    • Navigate to localhost/phpmyadmin
    • Create a new database gbi
    • Import the gbi.sqlfile from the assets folder
  • Open localhost/bt-2020 in Firefox and activate VR mode
  • Select the columns you want to investigate and press GENERATE
  • Navigate through the data with the controllers or your keyboard

License

Feel free to use the contents in consideration of Creative Commons Attribution 4.0. In case there are any further inquiries, you can also contact the authors.

Acknowledgement

At this point, we expecially want to express gratitude to our supervisor Prof. Dr.-Ing. Michael Höding for providing us with the necessary hardware and data to test the application.