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-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new 9cceee0  chore: add incubating notice (#51)
9cceee0 is described below

commit 9cceee04848611300550b2ded4bcf8a584e5bf93
Author: 鲍金日 <[email protected]>
AuthorDate: Thu May 16 20:55:52 2024 +0800

    chore: add incubating notice (#51)
---
 .asf.yaml  |  2 +-
 DISCLAIMER | 10 ++++++++++
 README.md  |  6 ++----
 3 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index a99d336..944e610 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -19,7 +19,7 @@
 
 github:
   description: >-
-    Rust implementation of HoraeDB client.
+    Apache HoraeDB (Incubating) Rust Client.
   homepage: https://apache.github.io/incubator-horaedb-docs # TODO: after 
website is ready, set to https://horaedb.apache.org/
   labels:
     - rust
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 3fe0667..570e761 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,11 @@
-# HoraeDB Rust Client
+# Apache HoraeDB (Incubating) Rust Client
 
 ![License](https://img.shields.io/badge/license-Apache--2.0-green.svg)
 
[![Crates.io](https://img.shields.io/crates/v/horaedb-client.svg)](https://crates.io/crates/horaedb-client)
 
 ## Introduction
 
-The rust 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.
+Rust client for [Apache HoraeDB 
(Incubating)](https://github.com/apache/incubator-horaedb).
 
 ## Support features
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to