BREAKING GreptimeDB unifies metrics, logs & traces in one engine Built in Rust 99.3% of the codebase Raw data lives on S3 up to 50x cheaper storage Founded 2022 Sunnyvale, California 6.5k+ GitHub stars contributors from 10+ countries Speaks SQL and PromQL OpenTelemetry native Trusted by Li Auto, Xiaomi, Wyze & SGCC
The YesPress Ledger • Company File Observability • Databases • Open Source Sunnyvale, CA • Est. 2022
Open-Source Observability Database

Greptime
on S3.

The company betting that one database - not three - should hold your metrics, logs, and traces, and that it should live on cheap object storage.

3→1
Signals, one engine
Rust
Built on Arrow + DataFusion
2022
Founded
Greptime / GreptimeDB logo

The wordmark of a database company that would rather you delete two of your databases. Greptime - a portmanteau of grep and time - out of Sunnyvale and Hangzhou.

The File

Three databases walk into a stack

Here is a small, expensive fact about running modern software: to watch one system, most teams run three databases. One for metrics, so you can see that latency spiked at 3 a.m. One for logs, so you can read the error that caused it. And one for traces, so you can follow the request as it bounced through a dozen services on its way to failing. Prometheus, Loki, Elasticsearch - three tools, three query languages, three bills, three things to break.

Greptime, founded in 2022, looked at this arrangement and asked the obvious question that is somehow hard to act on: why three? Its product, GreptimeDB, is an open-source database that stores metrics, logs, traces, and what the industry has started calling "wide events" in a single engine. The pitch is not subtle, and the company does not pretend otherwise - GreptimeDB is marketed as a drop-in replacement for the Prometheus-Loki-Elasticsearch trio. Clear positioning is a courtesy to the buyer. It tells them exactly what to rip out.

The interesting move is architectural. GreptimeDB puts the raw data on object storage - Amazon S3 and its equivalents - rather than on the fast, expensive disks that databases usually demand. Object storage is cheap and effectively infinite; the tradeoff has always been that it is slow. Greptime's bet is that with a columnar format, a careful engine, and compute separated from storage, you can have the cheap storage without the pain. The company claims up to 50x storage cost reduction. That number should be read the way you read all vendor numbers - as the best case, under favorable conditions - but the direction is real, and it is the whole point.

The engine itself is written almost entirely in Rust - about 99.3% of the codebase - on top of Apache Arrow and DataFusion. Rust is having a moment in infrastructure precisely because it offers memory safety without a garbage collector, which matters when you are ingesting a firehose of timestamped events and cannot afford a pause. It also means GreptimeDB is one of the larger Rust database codebases in open source, which is the kind of thing that makes a certain type of engineer star a repository. Enough of them did that GreptimeDB hit number one on GitHub's global trending list within days of its November 2022 launch.

What you can actually do with it is the part that sells. You point OpenTelemetry or Prometheus Remote Write at it, and it ingests. You query it with SQL if you think in tables, or PromQL if you think in time series - both, in the same engine. It derives metrics from raw events on demand rather than forcing you to decide up front what to keep. For a team drowning in observability tooling, the promise is fewer moving parts, a smaller bill, and one place to look when something breaks at 3 a.m.

The founders come by the problem honestly. CEO Xiaodan "Dennis" Zhuang spent 18 years in software, much of it as a senior staff engineer at Alibaba working on distributed messaging, time-series storage, and large-scale observability. His co-founders, CTO Ning Sun and engineering VP Jiachun Feng, carry similar resumes from Alibaba Cloud, Ant Group, and DiDi. These are people who have felt the pain of monitoring hyperscale systems, which is a useful thing to have felt before you try to sell other people a cure.

"The Single Database for Observability - one engine for metrics, logs, and traces."

Greptime's own framing of the problem it wants to delete
0
x cheaper storage (claimed)
0
GitHub stars
0
Signals, one engine
0
Countries contributing
Products

What Greptime ships

OPEN SOURCE • 2022

GreptimeDB OSS

The Apache-2.0 licensed core. A cloud-native observability database unifying metrics, logs, traces, and wide events. Rust, Arrow, DataFusion; SQL and PromQL; object storage as home base.

COMMERCIAL • 2023

GreptimeDB Enterprise

Adds advanced indexing, security and compliance features, active-active failover, and support for large-scale production deployments.

MANAGED • 2023

GreptimeCloud

Serverless, fully managed GreptimeDB-as-a-service with auto-scaling and multi-cloud deployment. The database without the operations.

The Argument

One engine vs. the classic stack

GreptimeDB
Metrics + Logs + Traces
Prometheus
Metrics
Loki
Logs
Elasticsearch
Traces / Search

Illustrative: the classic stack splits observability across three tools and query languages. GreptimeDB consolidates the signals into one engine.

The People

Who built it

DZ

Xiaodan "Dennis" Zhuang

Founder & CEO

18 years in software; former senior staff engineer (P9) at Alibaba working on distributed messaging and time-series storage. GitHub handle: killme2008.

NS

Ning Sun

Co-Founder & CTO

10+ years across B2B and IoT; previously at Alibaba Cloud and DiDi.

JF

Jiachun Feng

Co-Founder & VP Engineering

Former P8 engineer at Alibaba and Ant Group; deep background in data infrastructure.

Company File

The particulars

Headquarters

Sunnyvale, California, USA (offices in the US and Hangzhou, China)

Founded

2022

Team size

~16 employees plus a global open-source community

Funding

Multi-million angel round (2022); Series A reported (2024)

Investors

Atypical Ventures, Glory Ventures, Picus Capital, Unity Ventures

License

Apache-2.0 core; separate Enterprise license

Built with

Rust, Apache Arrow, DataFusion

Mission

Help industries uncover the hidden value of their data in real time

In Production

Who runs on it

Li AutoXiaomiWyze SGCCPoizonOceanBase Cloud EMQXTVU NetworksTensorFusionhebo.ai

Adoption skews toward connected vehicles, IoT, and observability - the data shapes GreptimeDB was designed to catch.

Timeline

How it happened

2022

Greptime founded

Veteran data-infrastructure engineers from Alibaba and Ant Group set out to build a next-generation time-series database.

2022

GreptimeDB open-sourced

The Rust engine lands on GitHub, hits #1 on global trending, and the company closes a multi-million-dollar angel round.

2023

Cloud & Enterprise editions

GreptimeCloud (managed) and GreptimeDB Enterprise arrive for larger, hands-off deployments.

2024

Series A

Greptime reports a Series A round backed by investors including Atypical Ventures and Unity Ventures.

2025

AI & performance push

Ships an MCP server so LLMs can query the database in natural language, and publishes benchmarks framing GreptimeDB as an Observability 2.0 database.

Watch

Demos & talks

Questions

The FAQ

What is GreptimeDB?

GreptimeDB is an open-source, cloud-native database that unifies metrics, logs, and traces in a single engine on object storage. It's written in Rust and supports both SQL and PromQL.

Who founded Greptime and when?

Greptime was founded in 2022 by Xiaodan (Dennis) Zhuang (CEO), Ning Sun (CTO), and Jiachun Feng - engineers with backgrounds at Alibaba, Ant Group, and Alibaba Cloud.

How is GreptimeDB different from Prometheus or InfluxDB?

It's designed as a single drop-in replacement for the Prometheus, Loki, and Elasticsearch stack. It separates compute from storage, uses cheap object storage as primary infrastructure, and handles metrics, logs, and traces together rather than only metrics.

Is GreptimeDB free and open source?

Yes. The core is open source under Apache-2.0 on GitHub. Greptime also offers a paid Enterprise edition and a managed GreptimeCloud service.

Who uses GreptimeDB?

It's used across IoT, connected vehicles, and observability by companies including Li Auto, Xiaomi, Wyze, SGCC, Poizon, and EMQX, plus a global open-source community.