mseminara0415 / Satellite-Tracker

ELT Data pipeline that uses a serverless event driven architecture to extract, load, and transform satellite tracking data provided from a couple different APIs, as well as scraped data from Wikipedia.
0 stars 1 forks source link

Set Up CI/CD Pipeline #8

Open mseminara0415 opened 2 years ago

mseminara0415 commented 2 years ago

Current Issue

To make development for this project smoother and to also learn new skills for myself, I want to implement a CI/CD pipeline. Below are a few tools which we can accomplish this task:

The reason why Github Actions is preferred is because this project already exists within the Github ecosystem and I'm a little more familiar with it's UI and tools.

Reference Material

mseminara0415 commented 2 years ago

After more research, Github Actions seems like the best route to take given the projects current set-up.