github.com/m3db/m3@v1.5.0/src/ctl/README.md (about) 1 # M3Ctl 2 3 Configuration controller for the M3DB ecosystem. Provides an http API to perform CRUD operatations on the various configs for M3DB compontents. 4 5 ### Run the web service and application 6 7 ```bash 8 make m3ctl 9 ./bin/m3ctl -f src/ctl/config/m3ctl.yml 10 open http://localhost:9000 11 ``` 12 13 **UI** 14 `/` 15 16 **API Server** 17 `/r2/v1` 18 19 **API Docs (via Swagger)** 20 `public/r2/v1/swagger`