mayadata-io / mayadata-io/d-operators

snapshot taker

Open
#5 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

dao snapshot
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.