Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add client design doc link in README #2

Merged
merged 1 commit into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
# opengemini-client-rust

![License](https://img.shields.io/badge/license-Apache2.0-green) ![Language](https://img.shields.io/badge/Language-Rust-blue.svg)

English | [简体中文](README_CN.md)

`opengemini-client-rust` is a Rust client for OpenGemini.

## Design Doc

[OpenGemini Client Design Doc](https://github.com/openGemini/openGemini.github.io/blob/main/src/guide/develop/client_design.md)

## About OpenGemini

OpenGemini is an open-source time series database, find more information [here](https://github.com/openGemini/openGemini)
15 changes: 15 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# opengemini-client-rust

![License](https://img.shields.io/badge/license-Apache2.0-green) ![Language](https://img.shields.io/badge/Language-Rust-blue.svg)

[English](README.md) | 简体中文

`opengemini-client-rust` 是一个用 Rust 语言编写的 OpenGemini 客户端。

## 设计文档

[OpenGemini Client 设计文档](https://github.com/openGemini/openGemini.github.io/blob/main/src/zh/guide/develop/client_design.md)

## 关于 OpenGemini

OpenGemini 是华为云开源的一款云原生分布式时序数据库。获取更多信息,请点击[这里](https://github.com/openGemini/openGemini)。