-
-
Save bradparks/cfe966b9f92311c44ee5ca3b6dabe9b4 to your computer and use it in GitHub Desktop.
Revisions
-
cpursley revised this gist
Feb 6, 2024 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -32,6 +32,7 @@ ## Search - [Postgres Full Text Search](https://gist.github.com/cpursley/e3586382c3a42c54ca7f5fef1665be7b?permalink_comment_id=4213119#gistcomment-4213119) (bunch of helpful links) - https://github.com/paradedb/paradedb - https://github.com/neondatabase/pg_embedding - https://github.com/pgvector/pgvector -
cpursley revised this gist
Feb 6, 2024 . 1 changed file with 1 addition and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,12 +9,7 @@ ## Message Queues - https://adriano.fyi/posts/2023-09-24-choose-postgres-queue-technology - https://github.com/tembo-io/pgmq ## GIS/Mapping -
cpursley revised this gist
Feb 6, 2024 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -45,6 +45,10 @@ - https://github.com/timescale/timescaledb ## Graph Data - https://age.apache.org ## Foreign Data - https://github.com/supabase/wrappers -
cpursley revised this gist
Feb 6, 2024 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -58,6 +58,7 @@ - https://github.com/PostgREST/postgrest - https://github.com/hasura/graphql-engine - https://postgraphile.org - https://supabase.github.io/pg_graphql ## Events, Replication, CDC, -
cpursley revised this gist
Feb 6, 2024 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -64,6 +64,7 @@ - https://www.postgresql.org/docs/current/sql-notify.html - https://github.com/cpursley/walex (Disclosure: I maintain this and think it's pretty awesome) - https://github.com/PeerDB-io/peerdb - https://github.com/debezium/debezium - https://github.com/2ndQuadrant/pglogical -
cpursley revised this gist
Feb 6, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -63,7 +63,7 @@ ## Events, Replication, CDC, - https://www.postgresql.org/docs/current/sql-notify.html - https://github.com/cpursley/walex (Disclosure: I maintain this and think it's pretty awesome) - https://github.com/debezium/debezium - https://github.com/2ndQuadrant/pglogical -
cpursley revised this gist
Feb 6, 2024 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -96,4 +96,6 @@ ## Language Servers - https://github.com/supabase/postgres_lsp # What's missing? Please share in the comments. -
cpursley revised this gist
Feb 6, 2024 . 1 changed file with 25 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,7 @@ # PostgreSQL is Enough - [Just Use Postgres for Everything](https://www.amazingcto.com/postgres-for-everything/) - [Simplify: move code into database functions](https://sive.rs/pg) ## Background Jobs @@ -31,11 +30,21 @@ https://sive.rs/pg - https://github.com/arkhipov/acl ## Authorization - https://www.postgresql.org/docs/current/pgcrypto.html - https://github.com/michelp/pgjwt ## Search - https://github.com/paradedb/paradedb - https://github.com/neondatabase/pg_embedding - https://github.com/pgvector/pgvector ## Time Series - https://github.com/timescale/timescaledb ## Foreign Data - https://github.com/supabase/wrappers @@ -53,6 +62,7 @@ https://sive.rs/pg ## Events, Replication, CDC, - https://www.postgresql.org/docs/current/sql-notify.html - https://github.com/cpursley/walex - https://github.com/debezium/debezium - https://github.com/2ndQuadrant/pglogical @@ -61,6 +71,11 @@ https://sive.rs/pg - https://github.com/theory/pgtap ## Migrations - https://github.com/purcell/postgresql-migrations - https://www.bytebase.com/ ## Dashboards / UIs - [Baserow](https://baserow.io) @@ -72,8 +87,13 @@ https://sive.rs/pg - [Evidence](https://evidence.dev) - [Metabase](https://metabase.com) ## HTML and Applications - [SQLpage](https://github.com/lovasoa/SQLpage) - [Omnigres](https://github.com/omnigres/omnigres) - [pg_render](https://github.com/mkaski/pg_render) - [plmustache](https://github.com/PostgREST/plmustache) ## Language Servers - https://github.com/supabase/postgres_lsp -
cpursley revised this gist
Dec 18, 2023 . 1 changed file with 7 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -70,4 +70,10 @@ https://sive.rs/pg ## Data Visualization - [Evidence](https://evidence.dev) - [Metabase](https://metabase.com) ## HTML - [Omnigres](https://github.com/omnigres/omnigres) - [pg_render](https://github.com/mkaski/pg_render) - [plmustache](https://github.com/PostgREST/plmustache) -
cpursley revised this gist
Oct 17, 2023 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -27,6 +27,10 @@ https://sive.rs/pg - https://github.com/pgMemento/pgMemento - https://github.com/pgaudit/pgaudit ## Access Control - https://github.com/arkhipov/acl ## Search - https://github.com/neondatabase/pg_embedding -
cpursley revised this gist
Oct 2, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -61,7 +61,7 @@ https://sive.rs/pg - [Baserow](https://baserow.io) - [NocoDB](https://github.com/nocodb/nocodb) - [AppSmith](https://appsmith.com) ## Data Visualization -
cpursley revised this gist
Oct 2, 2023 . 1 changed file with 12 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -55,4 +55,15 @@ https://sive.rs/pg ## Unit Tests - https://github.com/theory/pgtap ## Dashboards / UIs - [Baserow](https://baserow.io) - [NocoDB](https://github.com/nocodb/nocodb) - [AppSmith][(https://appsmith.com) ## Data Visualization - [Evidence](https://evidence.dev) - [Metabase](https://metabase.com) -
cpursley revised this gist
Oct 2, 2023 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,7 @@ # PostgreSQL is Enough https://www.postgresql.org https://sive.rs/pg ## Background Jobs -
cpursley revised this gist
Sep 25, 2023 . 1 changed file with 6 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,6 +8,12 @@ https://sive.rs/pg ## Message Queues ### Reading - https://adriano.fyi/posts/2023-09-24-choose-postgres-queue-technology/ ### Libraries - https://github.com/tembo-io/pgmq ## GIS/Mapping -
cpursley renamed this gist
Aug 20, 2023 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
cpursley revised this gist
Aug 20, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # PostgreSQL is Enough https://sive.rs/pg -
cpursley revised this gist
Aug 20, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -17,7 +17,7 @@ https://sive.rs/pg ## Audit Logs - https://github.com/pgMemento/pgMemento - https://github.com/pgaudit/pgaudit ## Search -
cpursley revised this gist
Aug 20, 2023 . 1 changed file with 12 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,6 +14,16 @@ https://sive.rs/pg - https://github.com/postgis/postgis ## Audit Logs - https://github.com/pgMemento/pgMemento - https://github.com/pgaudit/pgaudit/tree/master ## Search - https://github.com/neondatabase/pg_embedding - https://github.com/pgvector/pgvector ## Foreign Data - https://github.com/supabase/wrappers @@ -29,10 +39,11 @@ https://sive.rs/pg - https://github.com/hasura/graphql-engine - https://supabase.github.io/pg_graphql ## Events, Replication, CDC, - https://github.com/cpursley/walex - https://github.com/debezium/debezium - https://github.com/2ndQuadrant/pglogical ## Unit Tests -
cpursley revised this gist
Aug 20, 2023 . 1 changed file with 0 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,10 +10,6 @@ https://sive.rs/pg - https://github.com/tembo-io/pgmq ## GIS/Mapping - https://github.com/postgis/postgis -
cpursley revised this gist
Aug 20, 2023 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,6 +10,10 @@ https://sive.rs/pg - https://github.com/tembo-io/pgmq ## Search - https://github.com/Casecommons/pg_search ## GIS/Mapping - https://github.com/postgis/postgis -
cpursley revised this gist
Aug 20, 2023 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -32,4 +32,8 @@ https://sive.rs/pg ## Events, CDC - https://github.com/cpursley/walex - https://github.com/debezium/debezium ## Unit Tests - https://github.com/theory/pgtap -
cpursley revised this gist
Aug 20, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -29,7 +29,7 @@ https://sive.rs/pg - https://github.com/hasura/graphql-engine - https://supabase.github.io/pg_graphql ## Events, CDC - https://github.com/cpursley/walex - https://github.com/debezium/debezium -
cpursley revised this gist
Aug 20, 2023 . 1 changed file with 6 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -27,4 +27,9 @@ https://sive.rs/pg - https://github.com/PostgREST/postgrest - https://github.com/hasura/graphql-engine - https://supabase.github.io/pg_graphql ## Events (WAL) - https://github.com/cpursley/walex - https://github.com/debezium/debezium -
cpursley revised this gist
Aug 20, 2023 . 1 changed file with 6 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,28 +2,28 @@ https://sive.rs/pg ## Background Jobs - https://github.com/citusdata/pg_cron ## Message Queues - https://github.com/tembo-io/pgmq ## GIS/Mapping - https://github.com/postgis/postgis ## Foreign Data - https://github.com/supabase/wrappers ## HTTP - https://github.com/pramsey/pgsql-http - https://github.com/supabase/pg_net ## APIs - https://github.com/PostgREST/postgrest - https://github.com/hasura/graphql-engine -
cpursley created this gist
Aug 20, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,30 @@ # Postgres is Enough https://sive.rs/pg # Background Jobs - https://github.com/citusdata/pg_cron # Message Queues - https://github.com/tembo-io/pgmq # GIS/Mapping - https://github.com/postgis/postgis # Foreign Data - https://github.com/supabase/wrappers # HTTP - https://github.com/pramsey/pgsql-http - https://github.com/supabase/pg_net # APIs - https://github.com/PostgREST/postgrest - https://github.com/hasura/graphql-engine - https://supabase.github.io/pg_graphql