From d8f11fbb9f71e680288edb2c555bc245378f2a2e Mon Sep 17 00:00:00 2001 From: siddontang Date: Fri, 23 Jan 2015 21:03:24 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72f794b8..b64e81f2 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Database tools.* * [go-mysql](https://github.com/siddontang/go-mysql) - A go toolset to handle MySQL protocol and replication. +* [go-mysql-elasticsearch](https://github.com/siddontang/go-mysql-elasticsearch) - Sync your MySQL data into Elasticsearch automatically. * [pgweb](https://github.com/sosedoff/pgweb) - A web-based PostgreSQL database browser * [pravasan](https://github.com/pravasan/pravasan) - Simple Migration tool - currently for MySQL but planning to support soon for Postgres, SQLite, MongoDB, etc., * [vitess](https://github.com/youtube/vitess) - vitess provides servers and tools which facilitate scaling of MySQL databases for large scale web services.