Fundraising Fox

PipelineDB

AcquiredYC W14

Los Angeles, US Β· 2 employees Β· 3 known investors

pipelinedb.com β†—

PipelineDB is a PostgreSQL extension that performs real-time aggregation on streaming time-series data, reducing raw data into summary statistics for analytics and monitoring. It serves organizations that need continuous aggregation for dashboards and reporting, particularly those handling large-scale data streams where repeated aggregation would otherwise be costly.

Also known as Stride API Β· PipelineDB, Inc. Β· pipelinedb/pipelinedb

Founders & leadershipΒ· Y Combinator alumni (W14)

DNDerek Nelson
Derek NelsoninFounder

Investors Β· 3

Company profile

researched Aug 2026

PipelineDB was a PostgreSQL extension for high-performance time-series aggregation, built to support real-time reporting and analytics applications. Its central abstraction was the "continuous view": a SQL view that selects from a combination of streams and tables and is incrementally updated in real time as new data arrives, functioning as a very high-throughput materialized view that never requires manual refresh. Only aggregate output was stored in regular, queryable tables; raw time-series rows were discarded once read by the continuous views that needed them and were never written to disk, which made the system efficient for aggregation workloads but eliminated the ability to explore raw historical data.

Streams were exposed as PostgreSQL foreign tables managed by a "pipelinedb" foreign server, so events could be written using ordinary SQL INSERT statements and read with ordinary SELECT statements. Continuous queries emitted their own output streams β€” each output row for a continuous view carrying an old and a new tuple representing the incremental change β€” allowing queries to be chained into arbitrary networks of continuous SQL. Additional capabilities described in secondary sources include a HyperLogLog implementation for constant-space distinct counting, other probabilistic data structures, sliding windows, and stream-table joins.

The extension was written in C, derived from PostgreSQL, used a relational data model with a disk-oriented, row-based storage architecture, and exposed a SQL query interface. The final open-source version ran on 64-bit architectures and supported PostgreSQL 10.1–10.5 and 11.0; an earlier design description references PostgreSQL 9.4 compatibility. ZeroMQ was used for inter-process communication, and the build additionally required PostgreSQL development packages and Python dependencies for the test suite.

Founding story

PipelineDB was founded by Derek Nelson, who built the product and took it through Y Combinator's Winter 2014 batch. Nelson's prior experience is listed as including AdRoll, and after the acquisition he became a senior product manager at Confluent working on Apache Kafka and serverless Flink offerings. One profile refers to him as a co-founder, while Y Combinator's listing names him as the sole listed founder.

Business model

PipelineDB was distributed as an open-source PostgreSQL extension (the GitHub repository lists an Apache-2.0 license; a database catalog lists BSD and GPL v3). One catalog classifies the project types as both commercial and open source, and a retrospective article references an enterprise edition that was intended to address scalability limitations of the open-source product. No pricing or revenue details are available in the sources.

Not described in the sources beyond the classification of the project as both commercial and open source and a reference to an enterprise edition.

Traction

The GitHub repository shows approximately 2,700 stars, 243 forks, 97 watchers and 1,023 commits. Y Combinator lists a team size of 2 and a status of Acquired. DCVC lists PipelineDB as a portfolio company with a first investment in 2014 and records the outcome as an acquisition exit by Confluent (CFLT).

Latest developments

The most recent development recorded in the sources is the 2019 acquisition by Confluent and the subsequent shutdown of the open-source project, whose last commit is dated May 1, 2019. A database catalog entry accessed in June 2026 lists the project as abandoned with an end year of 2019 and notes that the previously listed project website resolves to unrelated content. The domain pipelinedb.com as fetched today serves unrelated online-gambling content and no longer represents the company. A retrospective article published in October 2025 positions PipelineDB as one of the earliest streaming database solutions, preceding ksqlDB, Materialize, RisingWave, and Timeplus's Proton.

β–ΈFull profile β€” market position, technology, go-to-market, geography, history, risks & controversies

Market position

PipelineDB is characterized in a 2025 retrospective as a pioneer and one of the earliest streaming database solutions, predating later projects such as Confluent's ksqlDB, Materialize, RisingWave, and Timeplus's Proton, and as having influenced the broader streaming database field even though it was discontinued as an independent product after acquisition.

Sources describe PipelineDB as differentiated by being implemented as an extension to PostgreSQL rather than a new system: all storage and operations were delegated to PostgreSQL, no proprietary syntax was invented, and no dedicated client was required, so any existing PostgreSQL client and ecosystem tooling could be used. Other cited advantages were memory efficiency from not persisting raw data, automatic incremental computation for complex aggregations, low-latency processing without separate real-time application code, and reliance on familiar SQL. Relative to TimescaleDB, one comparison characterizes PipelineDB as focused on real-time analysis via continuous views while TimescaleDB emphasized historical analysis via hypertables.

Technology

C-language PostgreSQL extension derived from PostgreSQL, using a relational data model, SQL query interface, disk-oriented storage and an N-ary (row-based) storage model. Streams are PostgreSQL foreign tables served by the pipelinedb foreign server; continuous views incrementally maintain aggregates and emit output streams that can be chained. ZeroMQ provides inter-process communication. Supported PostgreSQL 10.1–10.5 and 11.0 on 64-bit architectures in version 1.0.0. Features include incremental aggregation, HyperLogLog-based distinct counting (about 0.81% error), probabilistic data structures, sliding windows, and stream-table joins.

Go-to-market

Distribution was through open-source release of the PostgreSQL extension on GitHub, with installation documentation and the ability to build from source, complemented by exposure through Y Combinator. The repository accumulated roughly 2,700 stars and 243 forks. Sources do not otherwise describe sales motions.

Analytics and real-time reporting use cases that need only summary data, such as realtime reporting dashboards, and that operate at larger scales where storing raw time-series data and repeatedly re-aggregating it becomes inefficient; explicitly not suited to exploratory analytics on siloed datasets. Users were expected to be engineers and developers familiar with SQL and the PostgreSQL ecosystem.

Geography

Listed in Los Angeles, California, United States; a database catalog gives the country of origin as US.

History

Catalog data gives a start year of 2013 for the project. The company was part of Y Combinator's Winter 2014 batch, and DCVC records a first investment in 2014. A beta version was released in April 2015 and the project was open-sourced in June 2015. Confluent acquired the company in May 2019; the PipelineDB team joined Confluent, the open-source project was shut down, the last repository commit is dated May 1, 2019, and no releases were issued beyond 1.0.0, although critical bug fixes were said to continue. A database catalog assigns the project an end year of 2019 and marks it abandoned.

Risks & controversies

Documented limitations include the inability to run ad-hoc queries, because continuous queries must be defined in advance and raw data is discarded after being read, making recovery of fine-grained data impossible; restriction to computations expressible in SQL; and scalability challenges prior to the enterprise edition. The project is now abandoned, with no releases beyond 1.0.0 and no commits after May 2019, and the pipelinedb.com domain no longer hosts company content.

Compiled by commissioned research from 7 cited public sources β€” announcements, filings, and press listed under research sources below.

Key figures

latest reported
GitHub commitsJan 20261,023 commits
GitHub forksJan 2026243 forks
GitHub starsJan 20262,700 stars
GitHub watchersJan 202697 watchers
HyperLogLog distinct-count error rateOct 20250.8%
Last source-code commitMay 2019May 1, 2019
Latest software releaseJan 20261.0.0 (no releases beyond this version)
Team sizeJan 20262 people

Company-reported or press-reported figures, each dated to when it was claimed β€” not independently audited.

Timeline Β· 6

launches, deals, and filings
May 2019
Confluent acquires PipelineDB

PipelineDB was acquired by Confluent; the acquisition price was not publicly disclosed. The PipelineDB team joined Confluent and the open-source project was discontinued, with no releases beyond 1.0.0 although critical bugs continued to be fixed.

source β†—

Jan 2019
Open-source project discontinued

Following the acquisition the open-source project was shut down; the last commit to the GitHub repository was dated May 1, 2019 and no releases were made beyond version 1.0.0.

source β†—

Jun 2015
PipelineDB open-sourced

The PipelineDB project became open source; the GitHub repository is distributed under an Apache-2.0 license per the repository page, while a database catalog lists BSD and GPL v3 licenses.

source β†—

Apr 2015
Beta release

PipelineDB released its beta version.

source β†—

Jan 2014
DCVC first investment in PipelineDB

DCVC lists PipelineDB as a portfolio company with a first investment in 2014; the amount was not disclosed.

source β†—

Jan 2014
Y Combinator Winter 2014 batch

PipelineDB participated in Y Combinator's Winter 2014 batch.

source β†—

Dated company events from announcements, filings, and press; legal rows summarize public dockets and regulator releases.

In the news

β–ΈResearch sources Β· 7

primary sources listed

7 public sources were cited for this profile; the first-party ones are listed here.

Frequently asked questions

What does PipelineDB do?
PipelineDB was an open-source PostgreSQL extension for continuous, real-time time-series aggregation, acquired by Confluent in 2019.
Who founded PipelineDB?
PipelineDB was founded by Derek Nelson.
Who are PipelineDB's investors?
PipelineDB's investors include DCVC (Data Collective), Y Combinator, SV Angel.
Where is PipelineDB headquartered?
PipelineDB is headquartered in Los Angeles, US.