This is an automated email from the ASF dual-hosted git repository.
jiacai2050 pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-horaedb-client-java.git
The following commit(s) were added to refs/heads/main by this push:
new 96537df chore: add incubating notice (#77)
96537df is described below
commit 96537dff7fad85e0593a207cf56d408b316b59fd
Author: 鲍金日 <[email protected]>
AuthorDate: Fri May 17 17:08:21 2024 +0800
chore: add incubating notice (#77)
* add Incubating notice
* Update .asf.yaml
---------
Co-authored-by: Jiacai Liu <[email protected]>
---
.asf.yaml | 4 ++--
DISCLAIMER | 10 ++++++++++
README.md | 5 ++---
README_CN.md | 4 ++--
4 files changed, 16 insertions(+), 7 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 224cb2b..b91aa05 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -19,8 +19,8 @@
github:
description: >-
- Java implementation of HoraeDB client.
- homepage: https://apache.github.io/incubator-horaedb-docs # TODO: after
website is ready, set to https://horaedb.apache.org/
+ Apache HoraeDB (Incubating) Java Client.
+ homepage: https://horaedb.apache.org/
labels:
- java
- sql
diff --git a/DISCLAIMER b/DISCLAIMER
new file mode 100644
index 0000000..e38e6f6
--- /dev/null
+++ b/DISCLAIMER
@@ -0,0 +1,10 @@
+Apache HoraeDB (incubating) is an effort undergoing incubation at the Apache
+Software Foundation (ASF), sponsored by the Apache Incubator PMC.
+
+Incubation is required of all newly accepted projects until a further review
+indicates that the infrastructure, communications, and decision making process
+have stabilized in a manner consistent with other successful ASF projects.
+
+While incubation status is not necessarily a reflection of the completeness
+or stability of the code, it does indicate that the project has yet to be
+fully endorsed by the ASF.
diff --git a/README.md b/README.md
index 5e485af..7a4dc58 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# HoraeDB Java Client
+# Apache HoraeDB (Incubating) Java Client

@@ -6,8 +6,7 @@
## Introduction
-HoraeDB Client is a high-performance Java client for HoraeDB.
-HoraeDB is a high-performance, distributed, schema-less, cloud native
time-series database that can handle both time-series and analytics workloads.
+Java client for [Apache HoraeDB
(Incubating)](https://github.com/apache/incubator-horaedb).
## Features
diff --git a/README_CN.md b/README_CN.md
index 9e5b89d..d2f32a0 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -1,9 +1,9 @@
-# HoraeDB Java Client
+# Apache HoraeDB (Incubating) Java Client

## 介绍
-HoraeDBClient 是 HoraeDB 的高性能 Java 版客户端。HoraeDB 是定位为高性能的、分布式的、Schema-less
的云原生时序数据库。它可以同时支持时间序列和数据分析型的工作负载。
+HoraeDBClient 是 [Apache HoraeDB
(Incubating)](https://github.com/apache/incubator-horaedb) 的高性能 Java 版客户端。
## 功能特性
- 通信层基于 SPI 可扩展,默认提供 gRPC 的实现
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]