From: | Jeff Ferguson <jeff(at)pipelinedb(dot)com> |
---|---|
To: | pgsql-announce(at)postgresql(dot)org |
Subject: | Open-Source Streaming-SQL Database PipelineDB Now Available! |
Date: | 2015-07-07 18:10:26 |
Message-ID: | CAEoUNvhUFHwcLVqXrW8uhvEd5L4zVmF=9eeG7KBHgtAF4=GKmw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-announce |
Hi All,
PipelineDB, an open-source, relational streaming-SQL database, publicly
released version (0.7.7) today and made the product available as
open-source via their website <http://www.pipelinedb.com>. PipelineDB is
based on, and is wire compatible with, PostgreSQL 9.4 and has added
functionality including continuous SQL queries, probabilistic data
structures, sliding windowing, and stream-table joins. For a full
description of PipelineDB and its capabilities see their technical
documentation <http://docs.pipelinedb.com>.
PipelineDB’s fundamental abstraction is what is called a continuous view.
These are much like regular SQL views, except that their defining `SELECT`
queries can include streams as a source to read from. The most important
property of continuous views is that they only store their output in the
database. That output is then continuously updated incrementally as new
data flows through streams, and raw stream data is discarded once all
continuous views have read it. Let's look at a canonical example:
`CREATE CONTINUOUS VIEW v AS SELECT COUNT(*) FROM stream`
Only one row would ever physically exist in PipelineDB for this continuous
view, and its value would simply be incremented for each new event
ingested.
For more information on PipelineDB as a company, product and for examples
and benefits, please see their blog <http://www.pipelinedb.com/blog> and
download the software here <http://www.pipelinedb.com>.
We're looking forward to hearing from you once you have a
chance to download the software and give it a try!
Please also check out our tech crunch article
<http://techcrunch.com/2015/07/07/yc-alum-pipelinedb-releases-open-source-streaming-sql-database/?utm_source=hs_email&utm_medium=email&utm_content=20436658&_hsenc=p2ANqtz--2NRQx4rnsz38oZeYp-_3FU_wXdAmDvFytKo2hoRSxSRU0eu9Q96KUSbSQSAjuM87AEyXrAlE0BN7ICsllEJ2juaTt8Q&_hsmi=20436658>
here, if you're interested.
Thanks,
Jeff
--
Jeff Ferguson
President and Co-Founder
<http://www.pipelinedb.com>
From | Date | Subject | |
---|---|---|---|
Next Message | Info Pervasync | 2015-07-09 07:59:47 | Pervasync Database Synchronization Framework for PostgreSQL and SQLite |
Previous Message | David Fetter | 2015-07-07 03:31:45 | == PostgreSQL Weekly News - July 06 2015 == |