added clickhouse-bulk (#1855)

This commit is contained in:
Nikolay Pavlovich 2018-03-24 14:57:48 +03:00 committed by Avelino
parent e24f118c68
commit 9260ae35a3

View File

@ -331,6 +331,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
*Database tools.* *Database tools.*
* [chproxy](https://github.com/Vertamedia/chproxy) - HTTP proxy for ClickHouse database. * [chproxy](https://github.com/Vertamedia/chproxy) - HTTP proxy for ClickHouse database.
* [clickhouse-bulk](https://github.com/nikepan/clickhouse-bulk) - Collects small insterts and sends big requests to ClickHouse servers.
* [go-mysql](https://github.com/siddontang/go-mysql) - Go toolset to handle MySQL protocol and replication. * [go-mysql](https://github.com/siddontang/go-mysql) - 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. * [go-mysql-elasticsearch](https://github.com/siddontang/go-mysql-elasticsearch) - Sync your MySQL data into Elasticsearch automatically.
* [kingshard](https://github.com/flike/kingshard) - kingshard is a high performance proxy for MySQL powered by Golang. * [kingshard](https://github.com/flike/kingshard) - kingshard is a high performance proxy for MySQL powered by Golang.