chore: add incubating notice (#40)

* add Incubating notice

* Update .asf.yaml

---------

Co-authored-by: Jiacai Liu <dev@liujiacai.net>
3 files changed
tree: e63b9a216a743ee6073533461ff40c13333cb43b
  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. DISCLAIMER
  12. LICENSE
  13. Makefile
  14. pyproject.toml
  15. README.md
  16. rust-toolchain
  17. rustfmt.toml
README.md

Apache HoraeDB (Incubating) Python Client

License CI OpenIssue

Introduction

Python client for Apache HoraeDB (Incubating).

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.