Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).