From ddabe48add6d0adeaf2d997d970cc19e6b435b4c Mon Sep 17 00:00:00 2001 From: Ferenc Fabian Date: Sat, 19 Oct 2019 21:20:58 +0200 Subject: [PATCH] Add bucket to the database tools (#2782) * Add bucket to the Database tools section * Fix typo after bucket added * Alphabetic order * Fix pipeline after fail of the new entry --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e1e96917..c829cb0c 100644 --- a/README.md +++ b/README.md @@ -435,6 +435,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Database tools.* +* [bucket](https://github.com/PumpkinSeed/bucket) - Optimized data structure framework for Couchbase specialized on one bucket usage. * [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. * [datagen](https://github.com/codingconcepts/datagen) - A fast data generator that's multi-table aware and supports multi-row DML.