From dc659b635347288dba4f2d7aa3f306926bfc8049 Mon Sep 17 00:00:00 2001 From: Travis Harmon Date: Fri, 25 Mar 2022 14:01:46 -0500 Subject: [PATCH] Add dynago --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1b1f8c4a..f300c4a7 100644 --- a/README.md +++ b/README.md @@ -721,6 +721,7 @@ _Data stores with expiring records, in-memory distributed data stores, or in-mem - [clickhouse-bulk](https://github.com/nikepan/clickhouse-bulk) - Collects small inserts and sends big requests to ClickHouse servers. - [datagen](https://github.com/codingconcepts/datagen) - A fast data generator that's multi-table aware and supports multi-row DML. - [dbbench](https://github.com/sj14/dbbench) - Database benchmarking tool with support for several databases and scripts. +- [dynago](https://github.com/twharmon/dynago) - Simplify working with AWS DynamoDB. - [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. - [kingshard](https://github.com/flike/kingshard) - kingshard is a high performance proxy for MySQL powered by Golang.