From 162e3b862048308a80062aaf7d01efb1aa835948 Mon Sep 17 00:00:00 2001 From: dennis zhuang Date: Wed, 19 Mar 2025 09:33:46 +0800 Subject: [PATCH] docs: adds news to readme (#5735) --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8a46373389..c68d22e4a6 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

-

Unified & Cost-Effective Time Series Database for Metrics, Logs, and Events

+

Unified & Cost-Effective Observerability Database for Metrics, Logs, and Events

@@ -62,15 +62,19 @@ ## Introduction -**GreptimeDB** is an open-source unified & cost-effective time-series database for **Metrics**, **Logs**, and **Events** (also **Traces** in plan). You can gain real-time insights from Edge to Cloud at Any Scale. +**GreptimeDB** is an open-source unified & cost-effective observerability database for **Metrics**, **Logs**, and **Events** (also **Traces** in plan). You can gain real-time insights from Edge to Cloud at Any Scale. + +## News + +**[GreptimeDB archives 1 billion cold run #1 in JSONBench!](https://greptime.com/blogs/2025-03-18-jsonbench-greptimedb-performance)** ## Why GreptimeDB -Our core developers have been building time-series data platforms for years. Based on our best practices, GreptimeDB was born to give you: +Our core developers have been building observerability data platforms for years. Based on our best practices, GreptimeDB was born to give you: * **Unified Processing of Metrics, Logs, and Events** - GreptimeDB unifies time series data processing by treating all data - whether metrics, logs, or events - as timestamped events with context. Users can analyze this data using either [SQL](https://docs.greptime.com/user-guide/query-data/sql) or [PromQL](https://docs.greptime.com/user-guide/query-data/promql) and leverage stream processing ([Flow](https://docs.greptime.com/user-guide/flow-computation/overview)) to enable continuous aggregation. [Read more](https://docs.greptime.com/user-guide/concepts/data-model). + GreptimeDB unifies observerability data processing by treating all data - whether metrics, logs, or events - as timestamped events with context. Users can analyze this data using either [SQL](https://docs.greptime.com/user-guide/query-data/sql) or [PromQL](https://docs.greptime.com/user-guide/query-data/promql) and leverage stream processing ([Flow](https://docs.greptime.com/user-guide/flow-computation/overview)) to enable continuous aggregation. [Read more](https://docs.greptime.com/user-guide/concepts/data-model). * **Cloud-native Distributed Database**