Skip to content

Commit

Permalink
chore: add asf yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
chunshao90 committed Dec 22, 2023
1 parent 4193ca5 commit 090f45f
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 6 deletions.
50 changes: 50 additions & 0 deletions .asf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.

# For more information, see https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features.

github:
description: >-
Golang implementation of HoraeDB client.
homepage: https://apache.github.io/incubator-horaedb-docs # TODO: after website is ready, set to https://horaedb.apache.org/
labels:
- golang
- sql
- database
- distributed-database
- cloud-native
- tsdb
- timeseries-database
- timeseries-analysis
- iot-database
- horaedb
enabled_merge_buttons:
squash: true
merge: false
rebase: true
protected_branches:
main:
required_pull_request_reviews:
dismiss_stale_reviews: true
required_approving_review_count: 1

notifications:
commits: commits@horaedb.apache.org
issues: commits@horaedb.apache.org
pullrequests: commits@horaedb.apache.org
jobs: commits@horaedb.apache.org
discussions: commits@horaedb.apache.org
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# [HoraeDB](https://github.com/CeresDB/horaedb) Golang Client
# HoraeDB Golang Client

[![CI](https://github.com/CeresDB/horaedb-client-go/actions/workflows/CI.yml/badge.svg)](https://github.com/CeresDB/horaedb-client-go/actions/workflows/CI.yml)
[![Go Reference](https://pkg.go.dev/badge/github.com/CeresDB/horaedb-client-go.svg)](https://pkg.go.dev/github.com/CeresDB/horaedb-client-go)
[![Go Report Card](https://goreportcard.com/badge/github.com/CeresDB/horaedb-client-go)](https://goreportcard.com/report/github.com/CeresDB/horaedb-client-go)
[![CI](https://github.com/apache/incubator-horaedb-client-go/actions/workflows/CI.yml/badge.svg)](https://github.com/apache/incubator-horaedb-client-go/actions/workflows/CI.yml)
[![Go Reference](https://pkg.go.dev/badge/github.com/apache/incubator-horaedb-client-go.svg)](https://pkg.go.dev/github.com/apache/incubator-horaedb-client-go)
[![Go Report Card](https://goreportcard.com/badge/github.com/apache/incubator-horaedb-client-go)](https://goreportcard.com/report/github.com/apache/incubator-horaedb-client-go)

## Introduction

Golang client for [HoraeDB](https://github.com/CeresDB/horaedb).
Golang client for [HoraeDB](https://github.com/apache/incubator-horaedb).

## Support features
- DDL, such as create/alter table
- Write and query support in both standalone and cluster mode

## How To Use

Please refer [Golang SDK docs](https://ceresdb.github.io/docs/en/sdk/go.html).
Please refer [Golang SDK docs](https://apache.github.io/incubator-horaedb-docs/en/sdk/go.html).

## License

Expand Down

0 comments on commit 090f45f

Please sign in to comment.