Compare commits

...

9 Commits

Author SHA1 Message Date
Tianzhou (天舟) 7d7b96abcd
Merge e06a5fb4b9 into 362c10e049 2024-04-28 16:19:41 +08:00
Asad Dhamani 362c10e049
Merge pull request #379 from philippemnoel/patch-1 2024-04-22 22:39:32 +05:30
Philippe Noël 41e2396d33
Add ParadeDB description 2024-04-22 13:08:17 -04:00
Philippe Noël 6856d8ac02
Update README.md
Co-authored-by: Jan Katins <jan.katins@katzien.de>
2024-02-19 13:13:22 -05:00
Philippe Noël 7a2bdcab42
Update README.md
Co-authored-by: Jan Katins <jan.katins@katzien.de>
2024-02-19 13:13:16 -05:00
Philippe Noël 7d5beb4123
Sort 2024-02-19 00:51:14 -05:00
Philippe Noël a917f467fc
Specify extensions independently of ParadeDB Docker image, to match Citus' approach 2024-02-19 00:49:31 -05:00
Philippe Noël 597060d819
Add ParadeDB 2024-02-19 00:44:18 -05:00
Tianzhou (天舟) e06a5fb4b9
add bytebase to the list
https://github.com/bytebase/bytebase supports PostgreSQL and is the only database CI/CD solution included by the CNCF landscape https://landscape.cncf.io/?selected=bytebase
2022-11-12 23:13:46 +08:00
1 changed files with 4 additions and 0 deletions

View File

@ -57,6 +57,7 @@
### GUI
* [Adminer](https://www.adminer.org/) - Full-featured database management tool written in PHP.
* [Bytebase](https://www.bytebase.com) - Database CI/CD for DevOps teams.
* [Beekeeper Studio](https://www.beekeeperstudio.io) - Free and open source SQL client with a modern UI and great Postgres support. Cross platform.
* [Chartbrew](https://chartbrew.com) - Create live dashboards, charts, and client reports from PostgreSQL data. Features a query tool that works with SQL.
* [Count](https://count.co/) - Web-based analytics platform with a notebook interface which connects to PostgreSQL (Commercial Software).
@ -124,6 +125,8 @@ For Database Management
* [Citus](https://github.com/citusdata/citus) - Scalable PostgreSQL cluster for real-time workloads.
* [cstore\_fdw](https://github.com/citusdata/cstore_fdw) - Columnar store for analytics with PostgreSQL.
* [cyanaudit](https://pgxn.org/dist/cyanaudit/) - Cyan Audit provides in-database logging of all DML activity on a column-by-column basis.
* [pg_analytics](https://github.com/paradedb/paradedb/tree/dev/pg_analytics) - pg_analytics is an extension that accelerates analytical query processing inside Postgres to a performance level comparable to dedicated OLAP databases.
* [pg_search](https://github.com/paradedb/paradedb/tree/dev/pg_search) - pg_search is a PostgreSQL extension that enables full-text search over SQL tables using the BM25 algorithm, the state-of-the-art ranking function for full-text search.
* [pg_cron](https://github.com/citusdata/pg_cron) - Run periodic jobs in PostgreSQL.
* [pglogical](https://github.com/2ndQuadrant/pglogical) - Extension that provides logical streaming replication.
* [pg\_partman](https://github.com/pgpartman/pg_partman) - Partition management extension for PostgreSQL.
@ -234,6 +237,7 @@ for `EXPLAIN`, that also provides performance tips (Commercial Software).
### Docker images
* [citusdata/citus](https://hub.docker.com/r/citusdata/citus/) - Citus official images with citus extensions. Based on the official Postgres container.
* [mdillon/postgis](https://hub.docker.com/r/mdillon/postgis/) - PostGIS 2.3 on Postgres 9. Based on the official Postgres container.
* [paradedb/paradedb](https:/hub.docker.com/r/paradedb/paradedb/) - ParadeDB is Postgres for Search and Analytics. Based on the Bitnami Postgres container with pg_search and pg_analytics Postgres extensions.
* [postgres](https://hub.docker.com/_/postgres/) - Official postgres container (from Docker)
## Resources