Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 644 Bytes

File metadata and controls

15 lines (13 loc) · 644 Bytes

Exercise EV Production Code

This repository is an example of what Production Code might be structured. Browse it or run it!

  • Batch Processing - Bronze
  • Batch Processing - Silver
  • Batch Processing - Gold
  • Spark Streaming

Quickstart

  1. Install PyCharm
  2. Install Pyenv and install any patch version within 3.9
  3. Clone this repository and open it in Pycharm. Select the Python 3.9 interpreter when prompted
  4. In each directory's main.py, click control + shift + R to run the program

Future Iterations

  • Adding tests in tests directories