Skip to content

Commit

Permalink
Update repository link to Apache Incubator repo. (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexiaoqiao authored May 6, 2022
1 parent 77f7c6f commit 5c2e68f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env:
FPM_OPTS: "-s dir --prefix '/www/kvrocks' -n kvrocks --epoch 7 \
--config-files /www/kvrocks/conf/kvrocks.conf --iteration release \
--verbose --category 'kvrocks/projects' --description 'kvrocks' \
--url 'https://github.com/KvrocksLabs' --license 'Apache2.0'"
--url 'https://github.com/apache/incubator-kvrocks' --license 'Apache2.0'"

jobs:
release-deb-packages-and-docker-image:
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img src="docs/images/kvrocks_logo.png" alt="kvrocks_logo" width="350"/>

# ![image](https://github.com/kvrockslabs/kvrocks/workflows/kvrocks%20ci%20actions/badge.svg) ![image](https://img.shields.io/badge/build-passing-brightgreen) [![GitHub license](https://img.shields.io/github/license/kvrockslabs/kvrocks)](https://github.com/kvrockslabs/kvrocks/blob/unstable/LICENSE) [![GitHub stars](https://img.shields.io/github/stars/kvrockslabs/kvrocks)](https://github.com/kvrockslabs/kvrocks/stargazers)
# ![image](https://github.com/apache/incubator-kvrocks/workflows/kvrocks%20ci%20actions/badge.svg) ![image](https://img.shields.io/badge/build-passing-brightgreen) [![GitHub license](https://img.shields.io/github/license/apache/incubator-kvrocks)](https://github.com/apache/incubator-kvrocks/blob/unstable/LICENSE) [![GitHub stars](https://img.shields.io/github/stars/apache/incubator-kvrocks)](https://github.com/apache/incubator-kvrocks/stargazers)

- [Google Group](https://groups.google.com/g/kvrocks)
- [Slack Channel](https://join.slack.com/t/kvrockscommunity/shared_invite/zt-p5928e3r-OUAK8SUgC8GOceGM6dAz6w)
Expand Down Expand Up @@ -65,7 +65,7 @@ brew install autoconf automake libtool snappy googletest
It is as simple as:

```shell
$ git clone --recursive https://github.com/kvrockslabs/kvrocks.git
$ git clone --recursive https://github.com/apache/incubator-kvrocks.git
$ cd kvrocks
$ make -j4
```
Expand Down Expand Up @@ -127,15 +127,15 @@ OK

## Cluster

Kvrocks implements a proxyless centralized cluster solution but its accessing method is completely compatible with the Redis cluster client. You can use Redis cluster SDKs to access the kvrocks cluster. More details, please see: [Kvrocks Cluster Introduction](https://github.com/KvrocksLabs/kvrocks/wiki/Kvrocks-Cluster-Introduction)
Kvrocks implements a proxyless centralized cluster solution but its accessing method is completely compatible with the Redis cluster client. You can use Redis cluster SDKs to access the kvrocks cluster. More details, please see: [Kvrocks Cluster Introduction](https://github.com/apache/incubator-kvrocks/wiki/Kvrocks-Cluster-Introduction)

## DOCs

* [supported commands](https://github.com/KvrocksLabs/kvrocks/wiki/Support-Commands)
* [design complex kv on rocksdb](https://github.com/kvrockslabs/kvrocks/blob/master/docs/metadata-design.md)
* [replication design](https://github.com/kvrockslabs/kvrocks/blob/master/docs/replication-design.md)
* [supported commands](https://github.com/apache/incubator-kvrocks/wiki/Support-Commands)
* [design complex kv on rocksdb](https://github.com/apache/incubator-kvrocks/blob/master/docs/metadata-design.md)
* [replication design](https://github.com/apache/incubator-kvrocks/blob/master/docs/replication-design.md)

For more informations, can see: [Kvrocks Wiki](https://github.com/KvrocksLabs/kvrocks/wiki)
For more informations, can see: [Kvrocks Wiki](https://github.com/apache/incubator-kvrocks/wiki)

## Tools
* Export the Kvrocks monitor metrics, please use [kvrocks_exporter](https://github.com/KvrocksLabs/kvrocks_exporter)
Expand All @@ -159,23 +159,23 @@ For more informations, can see: [Kvrocks Wiki](https://github.com/KvrocksLabs/kv
latency: 99.9% < 10ms

![image](https://raw.githubusercontent.com/kvrockslabs/kvrocks/master/docs/images/chart-commands.png)
![image](https://raw.githubusercontent.com/apache/incubator-kvrocks/master/docs/images/chart-commands.png)

#### 2. QPS on different payloads

> kvrocks: workers = 16, benchmark: 8 threads/ 512 conns
latency: 99.9% < 10ms

![image](https://raw.githubusercontent.com/kvrockslabs/kvrocks/master/docs/images/chart-values.png)
![image](https://raw.githubusercontent.com/apache/incubator-kvrocks/master/docs/images/chart-values.png)

#### 3. QPS on different workers

> kvrocks: workers = 16, benchmark: 8 threads/ 512 conns / 128 payload
latency: 99.9% < 10ms

![image](https://raw.githubusercontent.com/kvrockslabs/kvrocks/master/docs/images/chart-threads.png)
![image](https://raw.githubusercontent.com/apache/incubator-kvrocks/master/docs/images/chart-threads.png)

## License

Expand Down
2 changes: 1 addition & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ fpm -f -s dir -t rpm --prefix '/www/kvrocks' -n ${NAME} --epoch 7 \
--config-files /www/kvrocks/conf/kvrocks.conf \
-v ${VERSION} --iteration ${CI_PIPELINE_ID}.${STAGE} -C ./_build \
--verbose --category 'kvrockslabs/projects' --description 'kvrocks' \
--url 'https://github.com/kvrockslabs' --license 'Apache2.0'
--url 'https://github.com/apache/incubator-kvrocks' --license 'Apache2.0'

2 changes: 1 addition & 1 deletion systemd/kvrocks.service
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Unit]
Description=kvrocks SSD key-value database
Documentation=https://github.com/kvrockslabs/kvrocks
Documentation=https://github.com/apache/incubator-kvrocks
After=network.target

[Service]
Expand Down

0 comments on commit 5c2e68f

Please sign in to comment.