Skip to content

chore: add incubating notice #77

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

Merged
merged 2 commits into from
May 17, 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
4 changes: 2 additions & 2 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions DISCLAIMER
Original file line number Diff line number Diff line change
@@ -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.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# HoraeDB Java Client
# Apache HoraeDB (Incubating) Java Client

![License](https://img.shields.io/badge/license-Apache--2.0-green.svg)

[中文](README_CN.md)

## 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

Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# HoraeDB Java Client
# Apache HoraeDB (Incubating) Java Client

![License](https://img.shields.io/badge/license-Apache--2.0-green.svg)

## 介绍
HoraeDBClient 是 HoraeDB 的高性能 Java 版客户端。HoraeDB 是定位为高性能的、分布式的、Schema-less 的云原生时序数据库。它可以同时支持时间序列和数据分析型的工作负载
HoraeDBClient 是 [Apache HoraeDB (Incubating)](https://github.com/apache/incubator-horaedb) 的高性能 Java 版客户端。

## 功能特性
- 通信层基于 SPI 可扩展,默认提供 gRPC 的实现
Expand Down
Loading