m3db / m3ctl

Configuration controller for M3DB ecosystem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Configuration controller for M3DB ecosystem

License:Apache License 2.0


Languages

Language:Go 68.9%Language:JavaScript 25.5%Language:HTML 3.3%Language:Makefile 2.4%Language:CSS 0.0%