mayadata-io / mayadata-io/d-operators
snapshot taker
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 10
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Problem Statement: Of particular interest is a snapshot taker that that keep a rolling window of snapshots on a volume (like once a minute, keep 10 minutes worth, that sort of thing). That would be really helpful for people who have apps that are tightly coupled to the data (e.g. you roll out your new db migrations and hose the database, so you back the code out but the db is still hosed right? Ahh, but you have a 10 minute snapshot!)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by reviewing the repository's Kubernetes controller patterns and determine how volume snapshots are represented and scheduled; done should mean a configurable rolling window creates snapshots at the requested interval and removes older snapshots.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, kubernetes
- Domain
- infrastructure
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100