Skip to content

Demonstration of Common Architecture building blocks

License

Notifications You must be signed in to change notification settings

daniel-pimenta-DME/demo

 
 

Repository files navigation

demo

Demonstration of Common Architecture building blocks.

Uses docker-compose to run the demo in a local JupyterLab instance.

notebooks

The notebooks are under directory 'demoroot/notebooks', with supporting files under 'demoroot/data'.

build

The docker image is built with docker-compose:

docker-compose build

The built container bundles the notebooks and supporting files.

run

docker-compose up

Open your browser at http://0.0.0.0:8888

develop

Use the commandline arg to mount the local notebook files into the running container for local development...

docker-compose -f docker-compose-dev.yml up

About

Demonstration of Common Architecture building blocks

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 79.5%
  • Python 16.9%
  • Common Workflow Language 2.7%
  • Other 0.9%