Merge pull request #38 from chunshao90/add-asf-yaml

chore: add asf yaml
tree: dac26d15560c92cfaab3d82513f6f1e314ad2700
  1. .github/
  2. etc/
  3. examples/
  4. src/
  5. .asf.yaml
  6. .gitignore
  7. build.rs
  8. Cargo.lock
  9. Cargo.toml
  10. ceresdb_client.pyi
  11. LICENSE
  12. Makefile
  13. pyproject.toml
  14. README.md
  15. rust-toolchain
  16. rustfmt.toml
README.md

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.