diff --git a/intro.rst b/intro.rst index e90839bfa..575b99fe7 100644 --- a/intro.rst +++ b/intro.rst @@ -47,13 +47,14 @@ Client-Side Libraries * `davidthewatson/postgrest_python_requests_client `_ - Python * `calebmer/postgrest-client `_ - JS -Extensions ----------- +External Notification +--------------------- -* `diogob/postgrest-ws `_ - expose web sockets for PostgreSQL's LISTEN/NOTIFY -* `srid/spas `_ - allow file uploads and basic auth -* `svmnotn/postgrest-auth `_ - OAuth2-inspired external auth server -* `nblumoe/postgrest-oauth `_ - OAuth2 WAI middleware +These are PostgreSQL bridges that propagate LISTEN/NOTIFY to external queues for further processing. This allows stored procedures to initiate actions outside the database such as sending emails. + +* `matthewmueller/pg-sns-bridge `_ - Amazon SNS +* `aweber/pgsql-listen-exchange `_ - RabbitMQ +* `SpiderOak/skeeter `_ - ZeroMQ Example Apps ------------ @@ -80,6 +81,14 @@ In Production * `Image-charts `_ * `Drip Depot `_ +Extensions +---------- + +* `diogob/postgrest-ws `_ - expose web sockets for PostgreSQL's LISTEN/NOTIFY +* `srid/spas `_ - allow file uploads and basic auth +* `svmnotn/postgrest-auth `_ - OAuth2-inspired external auth server +* `nblumoe/postgrest-oauth `_ - OAuth2 WAI middleware + Commercial PaaS ---------------