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-py

Apache HoraeDB (Incubating) Python Client.
https://github.com/apache/horaedb-client-py

cloud-native database distributed-database horaedb iot-database python sql timeseries-analysis timeseries-database tsdb

Last synced: about 1 month ago
JSON representation

Apache HoraeDB (Incubating) Python Client.

Awesome Lists containing this project

README

        

# Apache HoraeDB (Incubating) Python Client

![License](https://img.shields.io/badge/license-Apache--2.0-green.svg)
[![CI](https://github.com/apache/incubator-horaedb-client-py/actions/workflows/ci.yml/badge.svg)](https://github.com/apache/incubator-horaedb-client-py/actions/workflows/ci.yml)
[![OpenIssue](https://img.shields.io/github/issues/apache/incubator-horaedb-client-py)](https://github.com/apache/incubator-horaedb-client-py/issues)

## Introduction

Python 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

- [x] Query
- [x] Write

An [example](https://github.com/apache/incubator-horaedb-client-py/blob/main/examples/read_write.py) is provided to show how to access HoraeDB.

## Installation

```bash
pip install horaedb-client
```

## Contributing

Any contribution is welcome!

Read our [Contributing Guide](https://github.com/apache/incubator-horaedb/blob/main/CONTRIBUTING.md) and make your first contribution!

## License

Under [Apache License 2.0](./LICENSE).