PipelineDB 0.9.9 released, a streaming computing database based on PG

[Tencent Cloud] 0 basic website template starting from 9 yuan! >>>  

PipelineDB 0.9.9 has been released. PipelineDB is a streaming computing database based on PostgreSQL. It can continuously run SQL queries in streams and gradually store the results in tables.

As a fork of PostgreSQL, PipelineDB is working hard to become a standard PostgreSQL extension and is expected to be implemented in the next 1.0.0 release.

PipelineDB 0.9.9 is still improving in the direction of standardization, such as standardizing the main PipelineDB objects to regular PostgreSQL objects, rewriting internal PipelineDB DDL statements to standard PostgreSQL DDL statements, etc. For example, CREATE STREAM <stream> is rewritten as :

CREATE FOREIGN TABLE s (x integer, ...) SERVER pipelinedb;

In addition, the new version also contains some other improvements and fixes, the details can be found in the release notes:

https://www.pipelinedb.com/blog/pipelinedb-0-9-9-one-more-release-until-pipelinedb-is-a-postgresql-extension

download link:

https://www.pipelinedb.com/download

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324917832&siteId=291194637