hashgraph / hashgraph/solo-weaver
feat(mirror): mirror-node install/uninstall/list/status commands
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 3
- Forks
- 0
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 47
Description
Implement solo-provisioner mirror-node command group.
Manages Hedera mirror node deployment.
Commands
- mirror-node install — deploy mirror node
- mirror-node uninstall — remove mirror node
- mirror-node list — list mirror node instances
- mirror-node status — show mirror node sync status
Acceptance Criteria
- Mirror node deployed and ingesting streams
- Status shows sync progress and health
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
Start by locating the solo-provisioner command registration and existing component command groups, then trace how deployments and stream ingestion are managed on Kubernetes. Define the mirror-node install, uninstall, list, and status entry points and their tests; done means deployment and ingestion work, while status reports sync progress and health.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, kubernetes
- Domain
- cli, devops
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100