The goal of this project is to set up a web app, where one can upload any CSV dataset, and then have a convenient search (with meaningful default settings), without having to set up anything oneself.
Julian Löffler
Rezart Quelibari
Matthias Urban
Prof. Hannah Bast
Wintersemester 2015/2016
you can find a Demo here: CompleteSearch Demo
<Directory /var/www/html/csvSearchWebapp/> Allow From all <Files closeAllServer.sh> Deny from all </Files> <Files Makefile> Deny from all </Files> <Files logging.log> Deny from all </Files> </Directory> <Directory /var/www/html/csvSearchWebapp/php> Allow From all <Files sessions.db> Deny from all </Files> </Directory> <Directory /var/www/html/csvSearchWebapp/brokenFiles> Deny From all </Directory> <Directory /var/www/html/csvSearchWebapp/CompleteSearch> Deny From all </Directory> <Directory /var/www/html/csvSearchWebapp/csvProcessing> Deny From all </Directory> <Directory /var/www/html/csvSearchWebapp/uploads> Deny From all </Directory>