A barebones Python app, which can easily be deployed to Cloud Foundry.
Clone this repo:
$ git clone https://github.com/gfoligna/python-cf-sample.git ; cd python-cf-sampleCreate a MySQL service:
$ cf create-service cleardb spark python-mysqlIf you are ready to push, go ahead (:
$ cf push