Python implementation of HoraeDB client.

Clone this repo:
  1. da45a60 Merge pull request #38 from chunshao90/add-asf-yaml by Ruixiang Tan · 5 months ago main
  2. 8957512 chore: add asf yaml by chunshao.rcs · 5 months ago
  3. e8e5d80 chore: upgrade rust client (#37) by WEI Xikai · 5 months ago
  4. 0e5f11c chore: rename ceresdb to horaedb (#36) by chunshao.rcs · 6 months ago
  5. 372229d fix: wrong timestamp in example (#35) by WEI Xikai · 10 months ago

HoraeDB Python Client

License CI OpenIssue

Introduction

The python client for HoraeDB.

HoraeDB is a high-performance, distributed, schema-less, cloud native time-series database that can handle both time-series and analytics workloads.

Support features

  • [x] Query
  • [x] Write

An example is provided to show how to access HoraeDB.

Installation

pip install horaedb-client

Contributing

Any contribution is welcome!

Read our Contributing Guide and make your first contribution!

License

Under Apache License 2.0.