From 9d23168ba17f2a42194bbf0e6447e6d561e2c764 Mon Sep 17 00:00:00 2001 From: wangyunlai Date: Wed, 8 May 2024 10:10:48 +0800 Subject: [PATCH] add miniob in C++ section --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index 28ce1de..272cf77 100644 --- a/data.json +++ b/data.json @@ -157,6 +157,15 @@ ], "description": "Easy-to-use open source robotics manipulation platform for developing commercial applications, prototyping designs, and benchmarking algorithms." }, + { + "name": "MiniOB", + "link": "https://github.com/oceanbase/miniob", + "label": "good-first-issue", + "technologies": [ + "C++" + ], + "description": "MiniOB is a compact database that assists developers in understanding the fundamental workings of a database(main language is Chinese)." + }, { "name": "Alda", "link": "https://github.com/alda-lang/alda",