LaloLoop / prog8420-egs-solutions

My solutions for the PROG8420 - Programming for Big Data course @ Conestoga College

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PROG8420 - Programming for Big Data

This repo contains my solutions for the course part of the Big Data Solution Architecture program available at Conestoga College - Waterloo Campus.

Usage

The problems are posted here for my personal record keeping, and although you might use them in other open source projects, you may not submit them to fulfill the course assignments, since you could be incurring in an Academic Offense.

Projects

Each project has its own description within its folder and can be opened on its own, please read the included README for each one of them.

Workflow & Practices

The intention of the repo is to be connected to a set of continuous integration tooling to run the tests. As part of the software development practices in use, Test Driven Development (TDD) is one of them, as well as the SOLID principles while implementing the solutions and whenever it makes sense. The idea is to implement the solutions as closely as I would do it in a professional workspace, and if time permits it.

About

My solutions for the PROG8420 - Programming for Big Data course @ Conestoga College

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 95.2%Language:Python 4.8%Language:Dockerfile 0.0%