From 4b8b04ffa2c5c1a9e25da6760a469463f5cae43f Mon Sep 17 00:00:00 2001
From: tison
Date: Sun, 14 Jul 2024 20:02:44 -0700
Subject: [PATCH] chore: update project slogan (#4361)
* chore: update project slogan
Signed-off-by: tison
* keep in oneline
Signed-off-by: tison
* Apply suggestions from code review
Co-authored-by: dennis zhuang
* Update README.md
---------
Signed-off-by: tison
Co-authored-by: dennis zhuang
---
README.md | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index b8d72f03d9..6b268af03a 100644
--- a/README.md
+++ b/README.md
@@ -6,12 +6,12 @@
-Cloud-scale, Fast and Efficient Time Series Database
+Unified Time Series Database for Metrics, Events, and Logs
GreptimeCloud |
- User guide |
+ User Guide |
API Docs |
Roadmap 2024
@@ -50,24 +50,23 @@
## Introduction
-**GreptimeDB** is an open-source time-series database focusing on efficiency, scalability, and analytical capabilities.
-Designed to work on infrastructure of the cloud era, GreptimeDB benefits users with its elasticity and commodity storage, offering a fast and cost-effective **alternative to InfluxDB** and a **long-term storage for Prometheus**.
+**GreptimeDB** is an open-source unified time-series database for **Metrics**, **Events**, and **Logs** (also **Traces** in plan). You can gain real-time insights from Edge to Cloud at any scale.
## Why GreptimeDB
Our core developers have been building time-series data platforms for years. Based on our best-practices, GreptimeDB is born to give you:
-* **Easy horizontal scaling**
+* **Unified all kinds of time series**
- Seamless scalability from a standalone binary at edge to a robust, highly available distributed cluster in cloud, with a transparent experience for both developers and administrators.
+ GreptimeDB treats all time series as contextual events with timestamp, and thus unifies the processing of metrics and events. It supports analyzing metrics and events with SQL and PromQL, and doing streaming with continuous aggregation.
-* **Analyzing time-series data**
+* **Cloud-Edge collaboration**
- Query your time-series data with SQL and PromQL. Use Python scripts to facilitate complex analytical tasks.
+ GreptimeDB can be deployed on ARM architecture-compatible Android/Linux systems as well as cloud environments from various vendors. Both sides run the same software, providing identical APIs and control planes, so your application can run at the edge or on the cloud without modification, and data synchronization also becomes extremely easy and efficient.
* **Cloud-native distributed database**
- Fully open-source distributed cluster architecture that harnesses the power of cloud-native elastic computing resources.
+ By leveraging object storage (S3 and others), separating compute and storage, scaling stateless compute nodes arbitrarily, GreptimeDB implements seamless scalability. It also supports cross-cloud deployment with a built-in unified data access layer over different object storages.
* **Performance and Cost-effective**