Tornado: A Distributed Spatio-Textual Stream Processing System Ahmed Mahmood (Purdue University), Ahmed Aly (Purdue University), Thamir Qadah (Purdue University), El Kindi Rezig (Purdue University), Anas Daghistani (Purdue University), Amgad Madkour (Purdue University), Ahmed Abdelhamid (Purdue University), Mohamed Hassan (Purdue University), Walid Aref (Purdue University (USA), Saleh Basalamah (Umm Al-Qura University)
The project comes with an sbt launcher script. With this script, you don't need to have sbt installed. First, clone the git repo, using the following command:
$ git clone https://github.com/qadahtm/webui/tree/tornado-ui
Next, build the project using:
$ ./sbt pack
Scripts for launching the executables will be available in ./target/pack/bin
directory.
To run the webserver:
$ ./target/pack/bin/TornadoUI
In the browser, open http://localhost:9990/newui.htm
The project is already configured to generate Eclipse project files in order to utilize Eclipse as the IDE.
Simply, run
$ ./sbt eclipse
Then import project from the Eclipse menu (i.e. File -> Import...)