You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 12, 2026. It is now read-only.
[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).
8
11
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).
10
13
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).
12
15
13
16
## Requirements
14
17
@@ -17,10 +20,10 @@ The guide will give a basic introduction to the python client by [example](https
17
20
## Installation
18
21
19
22
```bash
20
-
pip install ceresdb-client
23
+
pip install horaedb-client
21
24
```
22
25
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).
Copy file name to clipboardExpand all lines: content/en/downloads.md
+27-7Lines changed: 27 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,32 +7,52 @@ menu:
7
7
pre: <i class='fa-solid fa-download'></i>
8
8
---
9
9
10
-
Apache HoraeDB is released as source code tarballs with corresponding docker images for convenience.
10
+
## Server
11
11
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
13
15
14
16
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).
15
17
16
18
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.
17
19
18
-
## Docker images
20
+
###Docker images
19
21
20
22
Pre-built binaries are not provided yet, users can [compile from source]({{< ref "compile_run.md" >}}) or using docker images:
21
23
22
24
-https://hub.docker.com/r/apache/horaemeta-server
23
25
-https://hub.docker.com/r/apache/horaedb-server
24
26
25
-
## All archived releases
27
+
###All archived releases
26
28
27
29
For older releases, please check the [archive](https://downloads.apache.org/incubator/horaedb/horaedb/).
28
30
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
30
50
31
51
It's highly recommended to verify the files that you download.
32
52
33
53
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.
34
54
35
-
## Verify Checksums
55
+
###Verify Checksums
36
56
37
57
To verify the SHA digests, you need the `tar.gz` and its associated `tar.gz.sha512` files. An example command:
38
58
@@ -46,7 +66,7 @@ It should output something like:
46
66
apache-horaedb-incubating-v2.0.0-src.tar.gz: OK
47
67
```
48
68
49
-
## Verify Signatures
69
+
###Verify Signatures
50
70
51
71
To verify the PGP signatures, you will need to download the [release KEYS](https://downloads.apache.org/incubator/horaedb/KEYS) first.
0 commit comments