From 70dce8b5ab55769358cc65fa5c242b399ef74a40 Mon Sep 17 00:00:00 2001 From: Masaaki Goshima Date: Mon, 3 Dec 2018 18:16:43 +0900 Subject: [PATCH] Add Octillery (#2244) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1d6a4f1a..52e7e879 100644 --- a/README.md +++ b/README.md @@ -363,6 +363,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [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. * [myreplication](https://github.com/2tvenom/myreplication) - MySql binary log replication listener. Supports statement and row based replication. +* [octillery](https://github.com/knocknote/octillery) - Go package for sharding databases ( Supports every ORM or raw SQL ). * [orchestrator](https://github.com/github/orchestrator) - MySQL replication topology manager & visualizer. * [pgweb](https://github.com/sosedoff/pgweb) - Web-based PostgreSQL database browser. * [prep](https://github.com/hexdigest/prep) - Use prepared SQL statements without changing your code.