ronylpatil / cicd-aws

Built E2E CICD pipeline with GitHub Actions, Docker, DockerHub and, Amazon EC2.

Home Page:https://medium.com/towards-artificial-intelligence/build-e2e-ci-cd-using-github-actions-docker-cloud-37dd1028645e

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E2E CICD Pipeline

Built End2End CI/CD Pipeline using GitHub Actions, Docker, DockerHub, and hosted it to AWS EC2.

CICD Workflow Status :

build docker img continuous deployment

Workflow

Drawing

Installation

  1. Clone the repository.
  2. Install dependencies using pip install -r requirements.txt

Folder Structure

  • /src: Contains the source code.
  • /data: Stores raw and processed data.
  • /.github: Contain the ci/cd workflow file.
  • /figures: Contains the plots generated during model experimentations.
  • /log: Store the log files.
  • /prod: Production files.

Dataset

  • Download the dataset from here.

About

Built E2E CICD pipeline with GitHub Actions, Docker, DockerHub and, Amazon EC2.

https://medium.com/towards-artificial-intelligence/build-e2e-ci-cd-using-github-actions-docker-cloud-37dd1028645e

License:MIT License


Languages

Language:Python 87.1%Language:Makefile 11.2%Language:Dockerfile 1.8%