From 7bf86ef48e66522ce2243abf09e061ec247926e5 Mon Sep 17 00:00:00 2001 From: jiachun Date: Tue, 21 Jun 2022 15:17:33 +0800 Subject: [PATCH] feat: add some icons --- README.md | 4 ++++ README_CN.md | 3 +++ 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index 59044e8..0583a34 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ # CeresDB Java Client + +[![build](https://github.com/CeresDB/ceresdb-java-client/actions/workflows/build.yml/badge.svg)](https://github.com/CeresDB/ceresdb-java-client/actions/workflows/build.yml) +![License](https://img.shields.io/badge/license-Apache--2.0-green.svg) + [中文](./README_CN.md) ## Introduction diff --git a/README_CN.md b/README_CN.md index 5f338c4..9513411 100644 --- a/README_CN.md +++ b/README_CN.md @@ -1,5 +1,8 @@ # CeresDB Java Client +[![build](https://github.com/CeresDB/ceresdb-java-client/actions/workflows/build.yml/badge.svg)](https://github.com/CeresDB/ceresdb-java-client/actions/workflows/build.yml) +![License](https://img.shields.io/badge/license-Apache--2.0-green.svg) + ## 介绍 CeresDBxClient 是 CeresDB 的高性能 Java 版客户端。CeresDB 是定位为高性能的、分布式的、Schema-less 的云原生时序数据库。它可以同时支持时间序列和数据分析型的工作负载。