The Streaming SQL Database
An open-source relational database that runs SQL queries continuously on streams, incrementally storing results in tables.
No ETL
PipelineDB eliminates the ETL layer. Stream granular data directly into the database and continuously distill it with the SQL queries you’ve declared.
Continuous views are the core abstraction of PipelineDB. You can think about them as very high-throughput, realtime, incrementally updated materialized views. The most important property of a continuous view is that only its output is actually stored in the database.
source:
$link[host]
Read Original Source