-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: rename ceresdb to horaedb (#47)
## Rationale Rename ceresdb to horaedb in the Readme. ## Detailed Changes Rename ceresdb to horaedb in the Readme. ## Test Plan CI.
- Loading branch information
1 parent
4b3fe8c
commit 5f8b3f0
Showing
4 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
name: Question | ||
about: Ask question about CeresDB | ||
about: Ask question about HoraeDB | ||
labels: question | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
# [CeresDB](https://github.com/CeresDB/ceresdb) Golang Client | ||
# [HoraeDB](https://github.com/CeresDB/horaedb) Golang Client | ||
|
||
[![CI](https://github.com/CeresDB/ceresdb-client-go/actions/workflows/CI.yml/badge.svg)](https://github.com/CeresDB/ceresdb-client-go/actions/workflows/CI.yml) | ||
[![Go Reference](https://pkg.go.dev/badge/github.com/CeresDB/ceresdb-client-go.svg)](https://pkg.go.dev/github.com/CeresDB/ceresdb-client-go) | ||
[![Go Report Card](https://goreportcard.com/badge/github.com/CeresDB/ceresdb-client-go)](https://goreportcard.com/report/github.com/CeresDB/ceresdb-client-go) | ||
[![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) | ||
|
||
## Introduction | ||
|
||
Golang client for [CeresDB](https://github.com/CeresDB/ceresdb). | ||
Golang client for [HoraeDB](https://github.com/CeresDB/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://docs.ceresdb.io/en/sdk/go.html). | ||
Please refer [Golang SDK docs](https://ceresdb.github.io/docs/en/sdk/go.html). | ||
|
||
## License | ||
Under [Apache License 2.0](./LICENSE). | ||
|
||
## Community and support | ||
- Join the user group on [Slack](https://join.slack.com/t/ceresdbcommunity/shared_invite/zt-1au1ihbdy-5huC9J9s2462yBMIWmerTw) | ||
- Join the user group on WeChat [WeChat QR code](https://github.com/CeresDB/assets/blob/main/WeChatQRCode.jpg) | ||
- Join the user group on WeChat [WeChat QR code](https://github.com/CeresDB/community/blob/main/communication/wechat/group_qrcode.png) | ||
- Join the user group on DingTalk: 44602802 |