Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Part 1 Write a github client that displays to the user which 3 days over the last year had the most commits for a repo
Part 1
Write a github client that displays to the user which 3 days over the last year had the most commits for a repo as well as the number of commits on those days.
Requirements:
- The repo name can be passed to the client as an argument
- Date must be in human readable format
- Sort dates by highest number of commits
- Do not commit this into a GitHub repo. Please zip your code files and send it back to us
Preferences:
- Use golang or python as your language
- Include documentation
Part 2
Create a Helm chart for Specter to deploy on a Kubernetes cluster
Requirements:
- Helm chart must install Specter (https://github.com/shipt/specter)
- Follow Helm chart format best practices (https://helm.sh/docs/topics/charts/)
- You can assume that you already have Nginx installed and running
- Do not commit this into a GitHub repo Please zip your code files and send it back to us
Preferences:
- Include documentation
- Include any issues or pitfalls you found during the process.
Please explain in detail.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started