流式SQL數據庫:PipelineDB

jopen 9年前發布 | 32K 次閱讀 PipelineDB

PipelineDB是一個開源的關系數據庫,采用持續數據流式運行SQL查詢。增量存儲結果在表中。

沒有應用代碼

PipelineDB enables realtime data processing using only SQL. Our continuous query planner and execution engine handle all of the complexity of running realtime computation on streams.

兼容PostgreSQL

PipelineDB is built into the PostgreSQL core and can be used as a drop in replacement for PostgreSQL without making any application code changes. It comes pre-installed with PostGIS and supports all other extensions too.

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.

高效和可持續

PipelineDB stores only the output of continuous queries, which are incrementally updated as data is ingested. The database’s size is independent of the amount of data ingested over time.


項目主頁:http://www.baiduhome.net/lib/view/home/1436339323442

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!