Killy Save

🎮 🆓 Play TiDB in Minecraft! Created by @gaocegege @codeworm96 @hawkingrei in Go Hack 2017

Project 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

Open Source Agenda is not affiliated with "Killy" Project. README Source: prism-river/killy
Stars
61
Open Issues
1
Last Commit
6 years ago
Repository
License

Open Source Agenda Badge

Open Source Agenda Rating