Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.08 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.08 KB

Setup

This project assumes you have the latest versions of the following software installed:

  • docker
  • docker-compose
  • make

Once you have the above software installed you can initialize the demos by running:

make build

Running

To run the demos simply run:

make run

This will start two services. The first is an instance of the Jupyter Notebook Server running at http://localhost:8888. The other service is an instance of the 3-hacker-news-rest.ipynb demo.

Demos

The demos found in the notebooks server are:

  • 1-intro - A basic introduction notebook
  • 2-hacker-news - A basic notebook to inspect hacker news stories
  • 3-hacker-news-rest - A notebook used to run the hacker news inspection as a REST API
  • 4-hacker-news-dashboard - A notebook showing how to expose code executions in rich applications
  • 5-eclairjs - A notebook showing how to execute JavaScript code against Apache Spark