From f077dd1af611b0ebe65ed78c48e986c385f49804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=AF=E8=B1=AA?= Date: Thu, 24 Jan 2019 11:14:24 -0800 Subject: [PATCH] fix wrong definition of PipelineDB https://www.pipelinedb.com/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d81cf3..7017da8 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ For Database Management ### Server * [Postgres-XL](https://www.postgres-xl.org/) - Scalable Open Source PostgreSQL-based Database Cluster. * [Citus](https://github.com/citusdata/citus) - Scalable PostgreSQL cluster for real-time workloads. -* [PipelineDB](https://www.pipelinedb.com/) - Open source streaming SQL database, fork of postgres +* [PipelineDB](https://www.pipelinedb.com/) - A PostgreSQL extension that runs SQL queries continuously on streams, incrementally storing results in tables. ### Monitoring * [check\_pgactivity](https://github.com/OPMDG/check_pgactivity) - check\_pgactivity is designed to monitor PostgreSQL clusters from Nagios. It offers many options to measure and monitor useful performance metrics.