mirror of
https://github.com/dhamaniasad/awesome-postgres.git
synced 2025-02-09 14:04:28 +02:00
Merge branch 'master' into hypopg
This commit is contained in:
commit
7cbc36f8f4
23
README.md
23
README.md
@ -48,8 +48,9 @@
|
||||
* [Adminer](https://www.adminer.org/) - Full-featured database management tool written in PHP.
|
||||
* [DataGrip](https://www.jetbrains.com/datagrip/) - IDE with advanced tool sets and good cross-platform experience (Commercial Software).
|
||||
* [Datazenit](https://datazenit.com/) - Web-based PostgreSQL GUI (Commercial Software).
|
||||
* [DBeaver](http://dbeaver.jkiss.org) - Universal Database Manager with excellent support for PostgreSQL.
|
||||
* [DBeaver](https://dbeaver.jkiss.org) - Universal Database Manager with excellent support for PostgreSQL.
|
||||
* [dbglass](http://dbglass.web-pal.com) - Cross-platform desktop client for PostgreSQL, built with Electron.
|
||||
* [Holistics](https://www.holistics.io/) - Online cross platform database management tool and SQL query reporting GUI with strong PostgreSQL support (Commercial Software).
|
||||
* [JackDB](https://www.jackdb.com/) - Web-based SQL query interface (Commercial Software).
|
||||
* [Metabase](http://www.metabase.com) - Simple dashboards, charts and query tool for PostgreSQL.
|
||||
* [pgAdmin](https://www.pgadmin.org/) - PostgreSQL Administration and Management GUI.
|
||||
@ -65,6 +66,7 @@
|
||||
|
||||
### Distributions
|
||||
* [Postgres.app](http://postgresapp.com/) - The Easiest Way to Get Started with PostgreSQL on macOS.
|
||||
* [PostgreSql.Binaries.Lite](https://github.com/mihasic/PostgreSql.Binaries.Lite) - Minimum set of Windows binaries of the PostgreSQL database. Also made available through NuGet.
|
||||
|
||||
### CLI
|
||||
* [pgcli](https://github.com/dbcli/pgcli) - Postgres CLI with autocompletion and syntax highlighting
|
||||
@ -72,8 +74,9 @@
|
||||
* [psql2csv](https://github.com/fphilipe/psql2csv) - Run a query in psql and output the result as CSV
|
||||
|
||||
### Server
|
||||
* [Postgres-XL](http://www.postgres-xl.org/) - Scalable Open Source PostgreSQL-based Database Cluster.
|
||||
* [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.
|
||||
@ -83,6 +86,7 @@
|
||||
* [Pome](https://github.com/rach/pome) - Pome stands for PostgreSQL Metrics. Pome is a PostgreSQL Metrics Dashboard to keep track of the health of your database.
|
||||
* [pg\_view](https://github.com/zalando/pg_view) - Open-source command-line tool that shows global system stats, per-partition information, memory stats and other information.
|
||||
* [pgbench](https://www.postgresql.org/docs/devel/static/pgbench.html) - Run a benchmark test on PostgreSQL.
|
||||
* [opm.io](http://opm.io) - Open PostgreSQL Monitoring is a free software suite designed to help you manage your PostgreSQL servers. It can gather stats, display dashboards and send warnings when something goes wrong.
|
||||
|
||||
### Extensions
|
||||
* [cstore\_fdw](https://github.com/citusdata/cstore_fdw) - Columnar store for analytics with PostgreSQL.
|
||||
@ -97,13 +101,16 @@
|
||||
* [PostGIS](http://postgis.net/) - Spatial and Geographic objects for PostgreSQL.
|
||||
* [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
|
||||
* [pgTAP](http://pgtap.org/) - Database testing framework for Postgres
|
||||
* [HypoPG](https://github.com/dalibo/hypopg) - HypoPG provides hypothetical/virtual indexes feature.
|
||||
|
||||
### Optimization
|
||||
* [PgHero](https://github.com/ankane/pghero) - PostgreSQL insights made easy.
|
||||
* [pgtune](https://github.com/gregs1104/pgtune/) - PostgreSQL configuration wizard.
|
||||
* [pgtune](http://pgtune.leopard.in.ua/) - Online version of PostgreSQL configuration wizard.
|
||||
* [pgconfig.org](https://www.pgconfig.org/) - PostgreSQL Online Configuration Tool (also based on pgtune).
|
||||
* [pgtune](https://github.com/le0pard/pgtune) - Online version of PostgreSQL configuration wizard.
|
||||
* [pgconfig.org](https://github.com/sebastianwebber/pgconfig) - PostgreSQL Online Configuration Tool (also based on pgtune).
|
||||
* [PoWA](http://dalibo.github.io/powa/) - PostgreSQL Workload Analyzer gathers performance stats and provides real-time charts and graphs to help monitor and tune your PostgreSQL servers.
|
||||
|
||||
### Utilities
|
||||
@ -112,6 +119,7 @@
|
||||
* [mysql-postgresql-converter](https://github.com/lanyrd/mysql-postgresql-converter) - Lanyrd's MySQL to PostgreSQL conversion script.
|
||||
* [ora2pg](http://ora2pg.darold.net) - Perl module to export an Oracle database schema to a PostgreSQL compatible schema.
|
||||
* [pg\_activity](https://github.com/julmon/pg_activity) - top like application for PostgreSQL server activity monitoring.
|
||||
* [pg-formatter](https://github.com/gajus/pg-formatter) - A PostgreSQL SQL syntax beautifier (Node.js).
|
||||
* [pganalyze](https://pganalyze.com) - PostgreSQL Performance Monitoring (Commercial Software).
|
||||
* [pgbadger](https://github.com/dalibo/pgbadger) - Fast PostgreSQL Log Analyzer.
|
||||
* [PgBouncer](http://pgbouncer.github.io) - Lightweight connection pooler for PostgreSQL.
|
||||
@ -125,10 +133,11 @@
|
||||
* [PGXN client](https://github.com/dvarrazzo/pgxnclient) - Command line tool to interact with the PostgreSQL Extension Network
|
||||
* [postgresql-metrics](https://github.com/spotify/postgresql-metrics) - Tool that extracts and provides metrics for your PostgreSQL database.
|
||||
* [PostgREST](https://github.com/begriffs/postgrest) - Serves a fully RESTful API from any existing PostgreSQL database.
|
||||
* [pREST](https://github.com/nuveo/prest) - Serve a RESTful API from any PostgreSQL database (Golang)
|
||||
* [pREST](https://github.com/prest/prest) - Serve a RESTful API from any PostgreSQL database (Golang)
|
||||
* [yoke](https://github.com/nanopack/yoke) - PostgreSQL high-availability cluster with auto-failover and automated cluster recovery.
|
||||
* [pglistend](https://github.com/kabirbaidhya/pglistend) - A lightweight PostgresSQL `LISTEN`/`NOTIFY` daemon built on top of `node-postgres`.
|
||||
* [ZSON](https://github.com/postgrespro/zson) - PostgreSQL extension for transparent JSONB compression
|
||||
* [pg_bulkload](http://ossc-db.github.io/pg_bulkload/index.html) - It's a high speed data loading utility for PostgreSQL.
|
||||
|
||||
### Language bindings
|
||||
* Common Lisp: [Postmodern](https://github.com/marijnh/Postmodern)
|
||||
@ -165,6 +174,7 @@
|
||||
* [What PostgreSQL has over other open source SQL databases: Part I](https://www.compose.com/articles/what-postgresql-has-over-other-open-source-sql-databases/)
|
||||
* [Debugging PostgreSQL performance, the hard way](https://www.justwatch.com/blog/post/debugging-postgresql-performance-the-hard-way/)
|
||||
* [Why use Postgres?](http://www.craigkerstiens.com/2017/04/30/why-postgres-five-years-later/)
|
||||
* [Superfast CSV imports using PostgreSQL's COPY command](https://infinum.co/the-capsized-eight/superfast-csv-imports-using-postgresqls-copy)
|
||||
|
||||
### Newsletters
|
||||
|
||||
@ -176,5 +186,6 @@
|
||||
* [Citus Cloud](https://www.citusdata.com/product/cloud) - Production grade scaled out PostgreSQL as a service enabling real-time workloads and sharding your multi-tenant apps.
|
||||
* [Database Labs](https://www.databaselabs.io) - Get a production-ready cloud PostgreSQL server in minutes, from $20 a month Backups, monitoring, patches, and 24/7 tech support all included.
|
||||
* [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)
|
||||
* [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