Skip to content

Commit

Permalink
chore: rename ceresdb to horaedb (#47)
Browse files Browse the repository at this point in the history
## Rationale
Rename ceresdb to horaedb in the Readme.

## Detailed Changes
Rename ceresdb to horaedb in the Readme.

## Test Plan
CI.
  • Loading branch information
chunshao90 authored Nov 18, 2023
1 parent 4b3fe8c commit 5f8b3f0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Feature request
about: Suggest an idea for CeresDB
about: Suggest an idea for HoraeDB
labels: enhancement
---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.md
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
---

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install-tools:
@go install github.com/mgechev/revive@v1.2.5
@go install golang.org/x/tools/cmd/goimports@latest

PKG := github.com/CeresDB/ceresdb-client-go
PKG := github.com/CeresDB/horaedb-client-go
PACKAGES := $(shell go list ./... | tail -n +2)
PACKAGE_DIRECTORIES := $(subst $(PKG)/,,$(PACKAGES))

Expand Down
14 changes: 7 additions & 7 deletions README.md
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

0 comments on commit 5f8b3f0

Please sign in to comment.