martianzhang / go-mysql

Go packages for MySQL

Home Page:http://godoc.org/github.com/percona/go-mysql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-mysql

Build Status Go Report Card CLA assistant

This repo contains Go packages to help build tools for MySQL. For example, there's a slow log parser and a query fingerprinter. Feedback, pull requests, and bug reports are welcome.

Docs

http://godoc.org/github.com/percona/go-mysql

Overview

Package Contains
event Aggregator and metric stats
log Event struct and log parser interface
log/slow Slow log parser
query Fingerprinter and ID
test Sample data

Versioning

Packages are not versioned. Interfaces, data structures, and overall usage are subject to change without notice.

About

Go packages for MySQL

http://godoc.org/github.com/percona/go-mysql

License:GNU Affero General Public License v3.0


Languages

Language:Go 98.0%Language:Shell 1.8%Language:Makefile 0.2%