diff --git a/README.md b/README.md index b9216fe..396068d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Postgres for Everything (e/postgres) -Keep It Simple Stupid, just use postgres. +Keep It Simple Stupid, just use postgres. [epostgres.com](http://epostgres.com/) ## Goals & Inspiration @@ -189,6 +189,7 @@ as an example, put up a PR with a link! Make sure to use the new [pull request t ## Events, Replication, CDC +- [aws/pgactive](https://github.com/aws/pgactive): Replication extension for creating an active-active database by AWS. - [xataio/pgstream](https://github.com/xataio/pgstream): CDC command-line tool and library that offers Postgres replication support with DDL changes to any provided output. - [electric-sql/electric](https://github.com/electric-sql/electric): HTTP API that enables synching [Shapes](https://electric-sql.com/docs/guides/shapes) (i.e. segments) of a Postgres database. It's like GraphQL for Postgres databases. - [The Notifier Pattern for Applications That Use Postgres](https://brandur.org/notifier) @@ -200,6 +201,7 @@ as an example, put up a PR with a link! Make sure to use the new [pull request t ## Caching +- [tidwall/pogocache](https://github.com/tidwall/pogocache?tab=readme-ov-file#postgres): caching layer with a focus on latency and CPU efficiency. - https://martinheinz.dev/blog/105 - [readysettech/readyset](https://github.com/readysettech/readyset) @@ -221,6 +223,7 @@ as an example, put up a PR with a link! Make sure to use the new [pull request t - [www.bytebase.com/](https://www.bytebase.com/) - [xataio/pgroll](https://github.com/xataio/pgroll) - [stripe/pg-schema-diff](https://github.com/stripe/pg-schema-diff) +- [pgschema/pgschema](https://github.com/pgschema/pgschema): CLI tool that brings terraform-style declarative schema migration workflow to Postgres. ## Performance Tuning @@ -230,7 +233,7 @@ as an example, put up a PR with a link! Make sure to use the new [pull request t - [pg_hint_plan](https://github.com/ossc-db/pg_hint_plan) - [PGHero](https://github.com/ankane/pghero) - [pg_incremental](https://github.com/CrunchyData/pg_incremental): Extension to do fast, reliable, incremental batch processing. -- [nexsol-technologies/pgassistant](https://github.com/nexsol-technologies/pgassistant): PostgreSQL assistant for developers designed to help understand and optimize PostgreSQL database performance +- [pgassistant](https://github.com/beh74/pgassistant-community): PostgreSQL assistant for developers designed to help understand and optimize PostgreSQL database performance ## Monitoring