update readme (#43)

1 file changed
tree: 01b5a15ed908e6edba82389ce5096da8c923ba44
  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).

[!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 and a full explanation of “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.