SDK Development
Rust
https://github.com/apache/horaedb-client-rs
First install cargo with
|
|
Then build with
|
|
Python
https://github.com/apache/horaedb-client-py
Requirements
- python 3.7+
The Python SDK rely on Rust SDK, so cargo is also required, then install build tool maturin:
|
|
Then build Python SDK with this:
|
|
Go
https://github.com/apache/horaedb-client-go
|
|
Java
https://github.com/apache/horaedb-client-java
Requirements
- java 1.8
- maven 3.6.3+
|
|