Skip to content
This repository has been archived by the owner on Feb 28, 2019. It is now read-only.

Latest commit

 

History

History
39 lines (28 loc) · 1.19 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.19 KB

Migration Warning

This repository has been migrated to github.com/m3db/m3. It's contents can be found at github.com/m3db/m3/src/ctl. Follow along there for updates. This repository is marked archived, and will no longer receive any updates.

m3ctl GoDoc Build Status Coverage Status

Configuration controller for the M3DB ecosystem. Provides an http API to perform CRUD operatations on the various configs for M3DB compontents.

Run the R2 App

git clone --recursive https://github.com/m3db/m3ctl.git
cd m3ctl
glide install -v
make && ./bin/r2ctl -f config/base.yaml
open http://localhost:9000

UI /

API Server /r2/v1

API Docs (via Swagger) public/r2/v1/swagger


This project is released under the Apache License, Version 2.0.