Skip to content

ericwayman/cf-demo

 
 

Repository files navigation

Data Science on Cloud Foundry

This is a full end-to-end data science example running on Cloud Foundry (CF).

Getting Started

Concourse CI

  1. Clone the repo: git clone https://github.com/datitran/cf-demo.git
  2. Change to the cloned repo and do: vagrant up
  3. Target your local VirtualBox: fly -t example-ci login -c https://192.168.100.4:8080
  4. Run the pipeline: fly -t example-ci set-pipeline -p data-science-ci -c pipeline.yml -l credentials.yml
  5. Unpause the pipeline: fly -t example-ci unpause-pipeline -p data-science-ci

Docker

  1. Build docker image from file: docker build -f dockerfile -t datitran/cf-demo .

Dependencies

Copyright

See LICENSE for details. Copyright (c) 2016 Dat Tran.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 66.1%
  • Python 17.6%
  • JavaScript 10.9%
  • HTML 4.3%
  • Other 1.1%