Skip to content

A tool to check for any inconsistencies between indexes and their associated collections

License

Notifications You must be signed in to change notification settings

markbenvenuto/mongo-validate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mongo-validate

Checks for any inconsistencies between indexes and their associated collections.

Setup

Create a workspace directory for the project, and clone the repo inside of it. (Assumes GOPATH has been set appropriately.)

mkdir -p $GOPATH/src/github.com/visemet
cd $GOPATH/src/github.com/visemet
git clone https://github.com/visemet/mongo-validate
cd mongo-validate

Download and install the dependencies for this project:

go get gopkg.in/mgo.v2

Build

export GOBIN=bin
go install validate/main/validate.go

License

The library is available under the MIT License. For more information, see the license file in the GitHub repository.

About

A tool to check for any inconsistencies between indexes and their associated collections

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%