mongodb_exporter icon indicating copy to clipboard operation
mongodb_exporter copied to clipboard

Sandbox scripts migration from bash to Go

Open BupycHuk opened this issue 1 year ago • 2 comments

Currently the scripts used to start the sandbox and set the replicasets are written in bash. We need to re-write this in Go

https://github.com/percona/mongodb_exporter/blob/main/docker/scripts/init-shard.sh https://github.com/percona/mongodb_exporter/blob/main/docker/scripts/setup.sh

Those two files still require non-trivial knowledge of bash in addition to Go and MongoDB knowledge for anyone who would like to contribute. They also require a local installation of MongoDB CLI – something we should not require.

BupycHuk avatar Oct 08 '23 10:10 BupycHuk

hey @BupycHuk was interested in the project , would like to contribute

RISHIKESHk07 avatar Oct 08 '23 16:10 RISHIKESHk07

@RISHIKESHk07, sure, please, go ahead

BupycHuk avatar Oct 08 '23 18:10 BupycHuk