Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/horaedb-client-go
Apache HoraeDB (Incubating) Golang Client.
https://github.com/apache/horaedb-client-go
cloud-native database distributed-database golang horaedb iot-database sql timeseries-analysis timeseries-database tsdb
Last synced: about 1 month ago
JSON representation
Apache HoraeDB (Incubating) Golang Client.
- Host: GitHub
- URL: https://github.com/apache/horaedb-client-go
- Owner: apache
- License: apache-2.0
- Created: 2022-08-31T09:40:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-30T06:52:45.000Z (6 months ago)
- Last Synced: 2024-10-02T05:41:20.670Z (about 2 months ago)
- Topics: cloud-native, database, distributed-database, golang, horaedb, iot-database, sql, timeseries-analysis, timeseries-database, tsdb
- Language: Go
- Homepage: https://horaedb.apache.org
- Size: 93.8 KB
- Stars: 7
- Watchers: 8
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apache HoraeDB (Incubating) Golang Client
[![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 [Apache HoraeDB (Incubating)](https://github.com/apache/incubator-horaedb).
> [!IMPORTANT]
> Apache HoraeDB (incubating) is an effort undergoing incubation at the Apache
> Software Foundation (ASF), sponsored by the Apache Incubator PMC.
>
> Please read the [DISCLAIMER](DISCLAIMER) and a full explanation of ["incubating"](https://incubator.apache.org/policy/incubation.html).## 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://horaedb.apache.org/en/sdk/go.html).
## License
Under [Apache License 2.0](LICENSE).