Skip to content

holladileep/CSYE7245-Spring2021-Labs

Repository files navigation

CSYE7245

Big Data Systems & Intelligence Analytics Labs - Spring 2021

  • Course Details
  • Syllabus: Available on Canvas
  • TA Hours: Updated on Slack

Requirements

  • Most labs require an Amazon Web Services account to deploy and run. Signup for an AWS Account here.
  • Python 3.7+
  • Refer to the requirements.txt file or README.md inside the respective directories to install all dependencies.

Setup

AWS Signup & Configuration

Sign up for an AWS Account here. Additonally, the AWS Command Line Interface is required to interact with AWS Services. Download AWS CLI from here

Configuring your AWS CLI

Download your AWS Access and Secret access keys for your AWS Account. Steps to generate and download your keys can be found here

⚠️ Never share your access and secret access keys or push them to GitHub

Open command line tool of choice on your machine and run aws configure. Enter your access and secret access keys and leave the default region name and output format as null.

$ aws configure
AWS Access Key ID [None]: AKIAIOSFODNN7EXAMPLE
AWS Secret Access Key [None]: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
Default region name [None]: 
Default output format [None]: json

Billing Alerts

Set up billing alerts for your AWS Account here

Repo Contents

Refer README.md inside the respective directories for setup instructions.

  • ✅ Getting Started with AWS: aws-basics
  • ✅ Kafka: kafka
  • ✅ Dask: dask
  • ✅ Plotly Dash: plotly-dash
  • ✅ SQLAlchemy: sql-alchemy
  • ✅ Streamlit: streamlit
  • ✅ Airflow TFX: airflow_tfx
  • ✅ FastAPI: fast-api
  • ✅ Airflow: airflow_cnn_pipeline
  • ✅ Tensorboard: tensorboard
  • ✅ MLflow: mlflow
  • ✅ Docker + FastAPI: docker
  • ✅ Tensorboard: tensorboard
  • ✅ Graphana, Prometheus, Kubernetes: kubernetes-ml-monitoring
  • ✅ AWS Lambda - ML Inference: ml-inference-with-lambda
  • ✅ ML Flow + DeltaLake: mlflow-deltalake