Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

Commit af9dbef

Browse files
authored
feat: add python client download links (#162)
1 parent 49ee244 commit af9dbef

6 files changed

Lines changed: 44 additions & 17 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@
1313
/node_modules
1414
package.json
1515
package-lock.json
16+
.DS_Store

content/cn/docs/user-guide/sdk/python.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ title: "Python"
44

55
## 介绍
66

7-
[horaedb-client](https://pypi.org/project/ceresdb-client/)[HoraeDB](https://github.com/apache/incubator-horaedb) python 客户端.
7+
[horaedb-client](https://pypi.org/project/horaedb-client/)[HoraeDB](https://github.com/apache/incubator-horaedb) python 客户端.
88

9-
借助于 [PyO3](https://github.com/PyO3),python 客户端的实现实际上是基于 [rust 客户端](https://github.com/apache/incubator-horaedb-client-rs) 的封装。
9+
借助于 [PyO3](https://github.com/PyO3),python 客户端的实现实际上是基于 [rust 客户端](https://github.com/apache/horaedb-client-rs) 的封装。
1010

1111
本手册将会介绍 python client 的一些基本用法,其中涉及到的完整示例,可以查看[该示例代码](https://github.com/apache/incubator-horaedb-client-py/blob/main/examples/read_write.py).
1212

@@ -17,7 +17,7 @@ title: "Python"
1717
## 安装
1818

1919
```bash
20-
pip install ceresdb-client
20+
pip install horaedb-client
2121
```
2222

2323
你可以在这里找到最新的版本 [here](https://github.com/apache/incubator-horaedb-client-py/tags).

content/cn/docs/user-guide/sdk/rust.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ title: "Rust"
55
## 安装
66

77
```bash
8-
cargo add ceresdb-client
8+
cargo add horaedb-client
99
```
1010

11-
你可以在这里找到最新的版本 [here](https://github.com/apache/incubator-horaedb-client-rs/tags).
11+
你可以在这里找到最新的版本 [here](https://github.com/apache/horaedb-client-rs/tags).
1212

1313
## 初始化客户端
1414

content/en/docs/user-guide/sdk/python.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22
title: "Python"
33
---
44

5+
[![](https://img.shields.io/pypi/v/horaedb-client.svg)](https://pypi.org/project/horaedb-client)
6+
[![](https://img.shields.io/github/stars/apache/horaedb-client-py)](https://github.com/apache/horaedb-client-py)
7+
58
## Introduction
69

7-
[horaedb-client](https://pypi.org/project/ceresdb-client/) is the python client for [HoraeDB](https://github.com/apache/incubator-horaedb).
10+
[horaedb-client](https://pypi.org/project/horaedb-client/) is the python client for [HoraeDB](https://github.com/apache/horaedb).
811

9-
Thanks to [PyO3](https://github.com/PyO3), the python client is actually a wrapper on the [rust client](https://github.com/apache/incubator-horaedb-client-rs).
12+
Thanks to [PyO3](https://github.com/PyO3), the python client is actually a wrapper on the [rust client](https://github.com/apache/horaedb-client-rs).
1013

11-
The guide will give a basic introduction to the python client by [example](https://github.com/apache/incubator-horaedb-client-py/blob/main/examples/read_write.py).
14+
The guide will give a basic introduction to the python client by [example](https://github.com/apache/horaedb-client-py/blob/main/examples/read_write.py).
1215

1316
## Requirements
1417

@@ -17,10 +20,10 @@ The guide will give a basic introduction to the python client by [example](https
1720
## Installation
1821

1922
```bash
20-
pip install ceresdb-client
23+
pip install horaedb-client
2124
```
2225

23-
You can get latest version [here](https://github.com/apache/incubator-horaedb-client-py/tags).
26+
You can get latest version [here](https://github.com/apache/horaedb-client-py/tags).
2427

2528
## Init HoraeDB Client
2629

content/en/docs/user-guide/sdk/rust.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
title: "Rust"
33
---
44

5+
[![](https://img.shields.io/crates/v/horaedb-client.svg)](https://crates.io/crates/horaedb-client)
6+
[![](https://img.shields.io/github/stars/apache/horaedb-client-rs)](https://github.com/apache/horaedb-client-rs)
7+
58
## Install
69

710
```bash

content/en/downloads.md

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,52 @@ menu:
77
pre: <i class='fa-solid fa-download'></i>
88
---
99

10-
Apache HoraeDB is released as source code tarballs with corresponding docker images for convenience.
10+
## Server
1111

12-
# The latest release
12+
Apache HoraeDB server is released as source code tarballs with corresponding docker images for convenience.
13+
14+
### The latest release
1315

1416
The latest release is 2.1.0(2024-11-18), the source code can be downloaded [here](https://downloads.apache.org/incubator/horaedb/horaedb/v2.1.0/apache-horaedb-incubating-v2.1.0-src.tar.gz).
1517

1618
Verify this release using the [signatures](https://downloads.apache.org/incubator/horaedb/horaedb/v2.1.0/apache-horaedb-incubating-v2.1.0-src.tar.gz.asc), [checksums](https://downloads.apache.org/incubator/horaedb/horaedb/v2.1.0/apache-horaedb-incubating-v2.1.0-src.tar.gz.sha512) by following guides below.
1719

18-
## Docker images
20+
### Docker images
1921

2022
Pre-built binaries are not provided yet, users can [compile from source]({{< ref "compile_run.md" >}}) or using docker images:
2123

2224
- https://hub.docker.com/r/apache/horaemeta-server
2325
- https://hub.docker.com/r/apache/horaedb-server
2426

25-
## All archived releases
27+
### All archived releases
2628

2729
For older releases, please check the [archive](https://downloads.apache.org/incubator/horaedb/horaedb/).
2830

29-
# Verify signatures and checksums
31+
## Client
32+
33+
### Rust
34+
35+
The latest rust client version is v2.0.0(2024-11-26), source codes can be downloaded [here](https://downloads.apache.org/incubator/horaedb/horaedb-client-rust/v2.0.0/apache-horaedb-incubating-rust-client-v2.0.0-src.tar.gz).
36+
37+
Verify this release using the [signatures](https://downloads.apache.org/incubator/horaedb/horaedb-client-rust/v2.0.0/apache-horaedb-incubating-rust-client-v2.0.0-src.tar.gz.asc), [checksums](https://downloads.apache.org/incubator/horaedb/horaedb-client-rust/v2.0.0/apache-horaedb-incubating-rust-client-v2.0.0-src.tar.gz.sha512) by following guides below.
38+
39+
It's also available on [crates.io](https://crates.io/crates/horaedb-client).
40+
41+
### Python
42+
43+
The latest python client version is v2.0.0(2024-12-10), source codes can be downloaded [here](https://downloads.apache.org/incubator/horaedb/horaedb-client-python/v2.0.0/apache-horaedb-incubating-python-client-v2.0.0-src.tar.gz).
44+
45+
Verify this release using the [signatures](https://downloads.apache.org/incubator/horaedb/horaedb-client-python/v2.0.0/apache-horaedb-incubating-python-client-v2.0.0-src.tar.gz.asc), [checksums](https://downloads.apache.org/incubator/horaedb/horaedb-client-python/v2.0.0/apache-horaedb-incubating-python-client-v2.0.0-src.tar.gz.sha512) by following guides below.
46+
47+
It's also available on [pypi.org](https://pypi.org/project/horaedb-client/).
48+
49+
## Verify signatures and checksums
3050

3151
It's highly recommended to verify the files that you download.
3252

3353
HoraeDB provides SHA digest and PGP signature files for all the files that we host on the download site. These files are named after the files they relate to but have `sha512`, `asc` extensions.
3454

35-
## Verify Checksums
55+
### Verify Checksums
3656

3757
To verify the SHA digests, you need the `tar.gz` and its associated `tar.gz.sha512` files. An example command:
3858

@@ -46,7 +66,7 @@ It should output something like:
4666
apache-horaedb-incubating-v2.0.0-src.tar.gz: OK
4767
```
4868

49-
## Verify Signatures
69+
### Verify Signatures
5070

5171
To verify the PGP signatures, you will need to download the [release KEYS](https://downloads.apache.org/incubator/horaedb/KEYS) first.
5272

0 commit comments

Comments
 (0)