mirror of
https://github.com/dhamaniasad/awesome-postgres.git
synced 2025-02-03 13:33:19 +02:00
Merge pull request #179 from Paxa/patch-1
Add timescale and pipeline db
This commit is contained in:
commit
cfc5deaef3
@ -75,6 +75,7 @@
|
||||
### 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
|
||||
|
||||
### 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.
|
||||
@ -99,6 +100,7 @@
|
||||
* [PG\_Themis](https://github.com/cossacklabs/pg_themis) - Postgres binding as extension for crypto library Themis, providing various security services on PgSQL's side.
|
||||
* [zomboDB](https://github.com/zombodb/zombodb) - Extension that enables efficient full-text searching via the use of indexes backed by Elasticsearch.
|
||||
* [pgMemento](https://github.com/pgMemento/pgMemento) - Provides an audit trail for your data inside a PostgreSQL database using triggers and server-side functions written in PL/pgSQL.
|
||||
* [Timescale](https://www.timescale.com/) - Open-source time-series database fully compatible with Postgres, distributed as extension
|
||||
|
||||
### Optimization
|
||||
* [PgHero](https://github.com/ankane/pghero) - PostgreSQL insights made easy.
|
||||
@ -180,3 +182,4 @@
|
||||
* [ElephantSQL](https://www.elephantsql.com/) - Offers databases ranging from shared servers for smaller projects and proof of concepts, up to enterprise grade multi server setups. Has free plan for up to 5 DBs, 20 MB each.
|
||||
* [Google Cloud SQL for PostgreSQL](https://cloud.google.com/sql/docs/postgres/) - Fully-managed database service that makes it easy to set up, maintain, manage, and administer your PostgreSQL relational databases on Google Cloud Platform. (Beta)
|
||||
* [Heroku Postgres](https://elements.heroku.com/addons/heroku-postgresql) - Plans from free to huge, operated by PostgreSQL experts. Does not require running your app on Heroku. Free plan includes 10,000 rows, 20 connections, up to two backups, and has PostGIS support.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user