The company betting that one database - not three - should hold your metrics, logs, and traces, and that it should live on cheap object storage.
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.
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."
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.
Adds advanced indexing, security and compliance features, active-active failover, and support for large-scale production deployments.
Serverless, fully managed GreptimeDB-as-a-service with auto-scaling and multi-cloud deployment. The database without the operations.
18 years in software; former senior staff engineer (P9) at Alibaba working on distributed messaging and time-series storage. GitHub handle: killme2008.
10+ years across B2B and IoT; previously at Alibaba Cloud and DiDi.
Former P8 engineer at Alibaba and Ant Group; deep background in data infrastructure.
Sunnyvale, California, USA (offices in the US and Hangzhou, China)
2022
~16 employees plus a global open-source community
Multi-million angel round (2022); Series A reported (2024)
Atypical Ventures, Glory Ventures, Picus Capital, Unity Ventures
Apache-2.0 core; separate Enterprise license
Rust, Apache Arrow, DataFusion
Help industries uncover the hidden value of their data in real time
Adoption skews toward connected vehicles, IoT, and observability - the data shapes GreptimeDB was designed to catch.
Veteran data-infrastructure engineers from Alibaba and Ant Group set out to build a next-generation time-series database.
The Rust engine lands on GitHub, hits #1 on global trending, and the company closes a multi-million-dollar angel round.
GreptimeCloud (managed) and GreptimeDB Enterprise arrive for larger, hands-off deployments.
Greptime reports a Series A round backed by investors including Atypical Ventures and Unity Ventures.
Ships an MCP server so LLMs can query the database in natural language, and publishes benchmarks framing GreptimeDB as an Observability 2.0 database.
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.
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.
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.
Yes. The core is open source under Apache-2.0 on GitHub. Greptime also offers a paid Enterprise edition and a managed GreptimeCloud service.
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.