diff --git a/intro.rst b/intro.rst index 272c8d9ef..c6509574b 100644 --- a/intro.rst +++ b/intro.rst @@ -62,6 +62,7 @@ These are PostgreSQL bridges that propagate LISTEN/NOTIFY to external queues for * `aweber/pgsql-listen-exchange `_ - RabbitMQ * `SpiderOak/skeeter `_ - ZeroMQ * `FGRibreau/postgresql-to-amqp `_ - AMQP +* `daurnimator/pg-kinesis-bridge `_ - Amazon Kinesis Example Apps ------------ @@ -86,6 +87,7 @@ Example Apps In Production ------------- +* `Moat `_ * `Catarse `_ * `iAdvize `_ * `Redsmin `_ @@ -98,12 +100,13 @@ In Production Extensions ---------- -* `ppKrauss/PostgREST-writeAPI `_ - generate Nginx rewrite rules to fit an OpenAPI spec * `diogob/postgrest-ws `_ - expose web sockets for PostgreSQL's LISTEN/NOTIFY * `pg-safeupdate `_ - Prevent full-table updates or deletes * `srid/spas `_ - allow file uploads and basic auth * `svmnotn/postgrest-auth `_ - OAuth2-inspired external auth server * `nblumoe/postgrest-oauth `_ - OAuth2 WAI middleware +* `criles25/postgrest-auth `_ - email based auth/signup +* `ppKrauss/PostgREST-writeAPI `_ - generate Nginx rewrite rules to fit an OpenAPI spec Commercial ---------------