Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timvaillancourt/go-mongodb-replset
A package of golang structs for reading/modifying MongoDB replset config and state
https://github.com/timvaillancourt/go-mongodb-replset
golang-structs mongodb mongodb-replica-set mongodb-replset
Last synced: about 1 month ago
JSON representation
A package of golang structs for reading/modifying MongoDB replset config and state
- Host: GitHub
- URL: https://github.com/timvaillancourt/go-mongodb-replset
- Owner: timvaillancourt
- License: apache-2.0
- Created: 2017-10-29T20:38:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-03T11:41:42.000Z (about 6 years ago)
- Last Synced: 2023-07-27T22:43:27.462Z (over 1 year ago)
- Topics: golang-structs, mongodb, mongodb-replica-set, mongodb-replset
- Language: Go
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-mongodb-replset
[![](https://godoc.org/github.com/timvaillancourt/go-mongodb-replset?status.svg)](http://godoc.org/github.com/timvaillancourt/go-mongodb-replset)
[![Build Status](https://travis-ci.org/timvaillancourt/go-mongodb-replset.svg?branch=master)](https://travis-ci.org/timvaillancourt/go-mongodb-replset)
[![Go Report Card](https://goreportcard.com/badge/github.com/timvaillancourt/go-mongodb-replset)](https://goreportcard.com/report/github.com/timvaillancourt/go-mongodb-replset)
[![codecov](https://codecov.io/gh/timvaillancourt/go-mongodb-replset/branch/master/graph/badge.svg)](https://codecov.io/gh/timvaillancourt/go-mongodb-replset)A package of golang structs for reading/modifying MongoDB replset config and state. The structs are to unmarshal the output of the ['replSetGetConfig'](https://docs.mongodb.com/manual/reference/command/replSetGetConfig/) and ['replSetGetStatus'](https://docs.mongodb.com/manual/reference/command/replSetGetStatus/) server commands
## Docs
- [github.com/timvaillancourt/go-mongodb-replset/config](https://godoc.org/github.com/timvaillancourt/go-mongodb-replset/config)
- [github.com/timvaillancourt/go-mongodb-replset/status](https://godoc.org/github.com/timvaillancourt/go-mongodb-replset/status)