killy

module
v0.0.0-...-e6c3f7b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 25, 2017 License: Apache-2.0

README


killy

Play TiDB in Minecraft!


Features Preview

TiDB Cluster Status

Table Status

Query in Minecraft

Instructions

cp -r config/* Server/
git clone https://github.com/prism-river/killy-plugin Killy
cp -r Killy Server/Plugins/
make
./build/killyd -config=example.toml
cd ./Server
./Cuberite

API Specification

TCP Messages

// TCPMessage defines what a message that can be
// sent or received to/from LUA scripts
type TCPMessage struct {
	Cmd  string   `json:"cmd,omitempty"`
	Args []string `json:"args,omitempty"`
	// Id is used to associate requests & responses
	ID   int         `json:"id,omitempty"`
	Data interface{} `json:"data,omitempty"`
}
监控

cmd == 'monitor'

数据库

cmd == 'event' and args == ['table']

Architecture

Authors

See ./AUTHORS.md

Contribution Guide

Feel free to hack on killy! CONTRIBUTING.md will help you to get involved into the development of killy.

ChangeLog

See ./CHANGELOG.md

Acknowledgments

Directories

Path Synopsis
apps
internal
lg
short for "log"
short for "log"

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳