Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update readme for greptime docs #2

Open
wants to merge 1 commit into
base: very-large
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ The following systems can be tested with prometheus-benchmark:
- [Thanos](https://github.com/thanos-io/thanos/):
- [How to push data to Thanos](https://thanos.io/tip/components/receive.md/)
- [How to query data from Thanos](https://thanos.io/tip/components/query.md/)
- [Greptime](https://github.com/GreptimeTeam/greptimedb/):
- [How to push data to Greptime](https://docs.greptime.com/user-guide/write-data/overview)
- [How to query data from Greptime](https://docs.greptime.com/user-guide/query-data/overview)

## How does it work?

Expand Down Expand Up @@ -67,6 +70,7 @@ The helm chart deploys the following pods:
- [Benchmarking Prometheus-compatible time series databases](https://victoriametrics.com/blog/remote-write-benchmark/)
- [Monitoring benchmark: how to generate 100 million samples/s of production-like data](https://victoriametrics.com/blog/benchmark-100m/)
- [Grafana Mimir and VictoriaMetrics: performance tests](https://victoriametrics.com/blog/mimir-benchmark/)
- [GreptimeDB vs. Grafana Mimir - First Official Benchmark for High Volume Write In Performance](https://greptime.com/blogs/2024-08-02-datanode-benchmark)

## How to run

Expand Down