随笔分类 - pipelineDB
about pipelineDB
摘要:PipelineDB Version:0.9.7 PostgreSQL Version:9.5.3 PipelineDB的数据处理组件: 从上图来看主要就是pipeline_streams,stream_fdw,Continuous View,Transform。 其实就是运用了Postgres的F
阅读全文
摘要:pipelineDB source:https://github.com/pipelinedb/pipelinedb <!--StartFragment--> 安装PipelineDB ./configure CFLAGS="-g -O0" --enable-cassert --prefix=/us
阅读全文
摘要:nanomsg:https://github.com/nanomsg/nanomsg PipelineDB:https://github.com/pipelinedb/pipelinedb nanomsgToPipelineDB:https://github.com/sangli00/nanomsg
阅读全文
摘要:#下载docsgit clonehttps://github.com/pipelinedb/docs.git#安装python-sphinx &python-devyum installinstall python-sphinxyum install python-devel.x86_64#pyth...
阅读全文
摘要:如果想获取一个stream所有的reader,那么必须调用这个函数:Bitmapset *targets = GetLocalStreamReaders(relid);如果stream下面没有reader,那么这个targets返回NULL。我们跟到GetLocalStreamReaders里面看看...
阅读全文
摘要:combineonly works on aggregate columns that belong to continuous views.创建CONTINUOUSCREATE CONTINUOUS VIEW v AS SELECT g::integer, AVG(x::integer)...
阅读全文
摘要:源码下载:https://github.com/pipelinedb/pipelinedbgithub上面README只要是针对ubunte来安装的。在正式安装前,要先下载好依赖的包:check,curl,gdal,libgeos,libproj直接上yum安装。如果没有github上面能找到。安装...
阅读全文
摘要:官网:http://www.pipelinedb.com/pipelineDB是基于postgres的stream数据库。完全兼容pg的东西。由于产品需要解决性能这块瓶颈,老大让试试这款基于流计算的数据库。[pipeline@localhost ~]$ pipelinepipeline (9.4.4...
阅读全文

浙公网安备 33010602011771号