docs(keeper): update keeper README

This commit is contained in:
qevolg 2025-02-13 19:57:55 +08:00
parent b6bd7a8c9a
commit e6609b1c17
3 changed files with 10 additions and 8 deletions

View File

@ -171,9 +171,9 @@ cmake .. -DBUILD_TOOLS=true -DBUILD_CONTRIB=true
make
```
If you want to compile taosAdapter, you need add the `-DBUILD_HTTP=false` option.
If you want to compile taosAdapter, you need to add the `-DBUILD_HTTP=false` option.
If you want to compile taosKeeper, you need add the `--DBUILD_KEEPER=true` option.
If you want to compile taosKeeper, you need to add the `--DBUILD_KEEPER=true` option.
You can use Jemalloc as memory allocator instead of glibc:
@ -203,9 +203,9 @@ mkdir debug && cd debug
cmake .. && cmake --build .
```
If you want to compile taosAdapter, you need add the `-DBUILD_HTTP=false` option.
If you want to compile taosAdapter, you need to add the `-DBUILD_HTTP=false` option.
If you want to compile taosKeeper, you need add the `--DBUILD_KEEPER=true` option.
If you want to compile taosKeeper, you need to add the `--DBUILD_KEEPER=true` option.
</details>

View File

@ -1,7 +1,7 @@
<!-- omit in toc -->
# taosKeeper
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/taosdata/TDengine/taoskeeper-ci.yml)](https://github.com/taosdata/TDengine/actions/workflows/taoskeeper-ci.yml)
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/taosdata/TDengine/taoskeeper-ci-build.yml)](https://github.com/taosdata/TDengine/actions/workflows/taoskeeper-ci-build.yml)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/taosdata/TDengine)
![GitHub License](https://img.shields.io/github/license/taosdata/TDengine)
![GitHub Release](https://img.shields.io/github/v/release/taosdata/tdengine)
@ -90,7 +90,8 @@ ok github.com/taosdata/taoskeeper/util/pool 0.146s
## 6. CI/CD
[构建工作流](https://github.com/taosdata/TDengine/actions/workflows/taoskeeper-ci.yml)
- [Build Workflow](https://github.com/taosdata/TDengine/actions/workflows/taoskeeper-ci-build.yml)
- Code Coverage - TODO
## 7. 提交 Issues

View File

@ -1,7 +1,7 @@
<!-- omit in toc -->
# taosKeeper
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/taosdata/TDengine/taoskeeper-ci.yml)](https://github.com/taosdata/TDengine/actions/workflows/taoskeeper-ci.yml)
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/taosdata/TDengine/taoskeeper-ci-build.yml)](https://github.com/taosdata/TDengine/actions/workflows/taoskeeper-ci-build.yml)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/taosdata/TDengine)
![GitHub License](https://img.shields.io/github/license/taosdata/TDengine)
![GitHub Release](https://img.shields.io/github/v/release/taosdata/tdengine)
@ -90,7 +90,8 @@ Performance testing is under development.
## 6. CI/CD
[Build Workflow](https://github.com/taosdata/TDengine/actions/workflows/taoskeeper-ci.yml)
- [Build Workflow](https://github.com/taosdata/TDengine/actions/workflows/taoskeeper-ci-build.yml)
- Code Coverage - TODO
## 7. Submitting Issues