Coder Social home page Coder Social logo

pzfreo / ox-clo Goto Github PK

View Code? Open in Web Editor NEW
16.0 9.0 17.0 962.59 MB

Materials for Oxford Software Engineering Programme CLO course

License: Creative Commons Zero v1.0 Universal

Python 2.55% Shell 2.04% Jupyter Notebook 95.38% Dockerfile 0.03%
cloud spark sparksql education educational python aws ec2 bigdata bigdatalearning

ox-clo's Introduction

OX-CLO

https://github.com/pzfreo/ox-clo

Materials for Oxford Software Engineering Programme CLO course: Cloud Computing and Big Data See https://www.cs.ox.ac.uk/softeng/subjects/CLO.html A 5 day hands-on introduction to building scalable big data systems in the cloud

There are lectures and lab exercises. The lab exercises are usually done half on a VM and half in the Cloud on AWS.

The course is (c) Paul Fremantle 2015-2019 except where credited and is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License: https://creativecommons.org/licenses/by-nc-sa/4.0/

The VM for this class is available here: VMWare: https://oxclo.s3-eu-west-1.amazonaws.com/oxclo2019-vmware.zip VBox:

ox-clo's People

Contributors

mcmoe avatar pzfreo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ox-clo's Issues

Workaround to avoid deleting ASG in order to "disable" it

Item 60 on page 9 of "ox-clo/lab-exercises/02-amazon-ec2-continued.pdf" currently reads:

...you can’t disable an ASG, only delete it.

One workaround might be to change the desired/min/max number of instances to zero. Could save the trouble of deleting and recreating the ASG
image

Update Dockerfile in container presentation

The Dockerfile example on slide 14 of the containers presentation uses the ADD command. It is recommended to use COPY instead, if neither unpacking, nor retrieving from an remote URL are required.

Virtual Machine Link Doesn't Work

The link provided in the README for downloading course's virtual machine doesn't work.

"The VM for this class is available here: VMWare: https://s3-eu-west-1.amazonaws.com/oxclo/oxclo2016vm.zip"

Returned data:

<Error>
<Code>NoSuchKey</Code>
<Message>The specified key does not exist.</Message>
<Key>oxclo2016vm.zip</Key>
<RequestId>1FCCCDEBD8D77F8E</RequestId>
<HostId>
Kfj60TTweyUZXC3vLv/RqY87WEDOlL3omXoMnVPewY7FwC4BkR+iFsZVLf468TD6zt1sdUYhDEs=
</HostId>
</Error>

Python print statement/function

Some of the Python code examples show print used as a statement (e.g. print 'foo'), and some examples show it used as a function (e.g. print('foo')).

With the movement to the print function in Python 3, I think it might be good to change all usages to the function version.

Side note: This can already be enforced by adding a from __future__ import print_function.

Outdated VM image

The image (I only checked the VMWare one) still uses software that is outdated.

  • Dockerfiles are pulling in Ubuntu 15.10, I would recommend to use the latest LTS: 16.04.
  • The installed docker version is still the 1.X series, would recommend switching to the latest version.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.