Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sandbox scripts migration from bash to Go #721

Open
BupycHuk opened this issue Oct 8, 2023 · 2 comments
Open

Sandbox scripts migration from bash to Go #721

BupycHuk opened this issue Oct 8, 2023 · 2 comments

Comments

@BupycHuk
Copy link
Member

BupycHuk commented Oct 8, 2023

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.

@RISHIKESHk07
Copy link

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

@BupycHuk
Copy link
Member Author

BupycHuk commented Oct 8, 2023

@RISHIKESHk07, sure, please, go ahead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants