Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simagix/bond
MongoDB Sharded Cluster Analysis Tool
https://github.com/simagix/bond
Last synced: 7 days ago
JSON representation
MongoDB Sharded Cluster Analysis Tool
- Host: GitHub
- URL: https://github.com/simagix/bond
- Owner: simagix
- License: apache-2.0
- Created: 2023-09-23T14:21:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-27T15:22:08.000Z (12 months ago)
- Last Synced: 2024-06-21T15:48:54.865Z (5 months ago)
- Language: Go
- Size: 137 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.go
- License: LICENSE
Awesome Lists containing this project
README
# Chen's Bond: MongoDB Sharded Cluster Analysis Tool
**Chen's Bond** is a MongoDB analysis tool designed for the purpose of database management and optimization. It primarily operates by querying the 'config' database, providing users with valuable insights into their MongoDB deployment. The tool is particularly focused on improving the performance and efficiency of MongoDB sharded clusters. To assess a cluster, connect Bond to a mongos instance. Alternatively, it can establish a direct connection to the config database or be used in a cluster restore from a config database backup.
## Build Instructions
Build instructions and user's guide are available at [![Chen's Bond - MongoDB Sharded Cluster Analysis Tool](https://img.youtube.com/vi/equz1z0igv0/0.jpg)](https://youtu.be/equz1z0igv0).## Changes
### v0.2.0
- Added *Chunk Move Errors*![Chunk Move Errors](docs/chunk_move_errors.png)
## License
[Apache-2.0 License](LICENSE)