tilt is a web application designed to show the functionality that can be provided by working with tools provided by Pivotal Labs, including Cloud Foundry, Spring-XD, Hadoop, and HAWQ.
Running in Cloud Foundry
- A running Cloud Foundry implementation ** Pivotal CF, IBM Blumix or bosh-lite have been tested
- Redis service running withing Cloud Foundry
Running locally
- Python 2.7
- Redis Server
Running in Cloud Foundry
From the root of the repo
-
Clone this repository
-
Create a redis service called 'TILT _ REDIS'
-
Review the manifest.yml file
-
Push the app
cf push
Running locally
-
Clone this repostory
-
Install the necessary python modules
pip install -r requirements.txt
-
Execute the application
python tilt_server.py
- Access the site at 'http://hostname' from a mobile device to begin sending data
- While data is entering the application from your mobile device, access 'http://hostname/show' to view the results