Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/apache/horaedb-client-py
- Owner: apache
- License: apache-2.0
- Created: 2022-07-05T08:40:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-30T06:53:31.000Z (6 months ago)
- Last Synced: 2024-06-12T17:56:45.745Z (5 months ago)
- Topics: cloud-native, database, distributed-database, horaedb, iot-database, python, sql, timeseries-analysis, timeseries-database, tsdb
- Language: Rust
- Homepage: https://horaedb.apache.org/
- Size: 130 KB
- Stars: 9
- Watchers: 8
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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] WriteAn [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).