Manage MongoDB itself using MongoDB driver.
TODO
If you wish to work on the provider, you'll first need Go installed on your machine (see Development requirements below).
To compile the provider, run go install
.
This will build the provider and put the provider binary in the $GOPATH/bin
directory (default: ~/go/bin
).
To generate or update documentation, run go generate
.
To run the tests, run make test
.
- Clone the repository
- Enter the repository directory
- Build the provider using the Go
install
command:
go install
This repository complies with the REUSE recommendations.
Different licenses are used for different files. In general:
- Go code is licensed under Mozilla Public License v2.0 (LICENSES/MPL-2.0.txt).
- Documentation licensed under Creative Commons Attribution 4.0 International (LICENSES/CC-BY-4.0.txt).
- Miscellaneous files, e.g
.gitignore
, are licensed under CC0 1.0 Universal (LICENSES/CC0-1.0.txt).
Please see each file's header or accompanied .license
file for specifics.
The generated documentation found in the docs
directory have their licenses
marked by the .reuse/dep5 file.