diff --git a/ecosystem.rst b/ecosystem.rst index a64c88579..1ffc96e37 100644 --- a/ecosystem.rst +++ b/ecosystem.rst @@ -1,18 +1,3 @@ -.. _eco_external_notification: - -External Notification ---------------------- - -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. - -* `diogob/postgres-websockets `_ - expose web sockets for PostgreSQL's LISTEN/NOTIFY -* `frafra/postgresql2websocket `_ - Websockets -* `matthewmueller/pg-bridge `_ - Amazon SNS -* `aweber/pgsql-listen-exchange `_ - RabbitMQ -* `SpiderOak/skeeter `_ - ZeroMQ -* `FGRibreau/postgresql-to-amqp `_ - AMQP -* `daurnimator/pg-kinesis-bridge `_ - Amazon Kinesis - .. _eco_example_apps: Example Apps @@ -38,6 +23,22 @@ Example Apps * `PierreRochard/postgrest-boilerplate `_ - example auth back-end * `marmelab/ng-admin-postgrest `_ - automatic database admin panel +.. _eco_external_notification: + +External Notification +--------------------- + +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. + +* `diogob/postgres-websockets `_ - expose web sockets for PostgreSQL's LISTEN/NOTIFY +* `frafra/postgresql2websocket `_ - Websockets +* `matthewmueller/pg-bridge `_ - Amazon SNS +* `aweber/pgsql-listen-exchange `_ - RabbitMQ +* `SpiderOak/skeeter `_ - ZeroMQ +* `FGRibreau/postgresql-to-amqp `_ - AMQP +* `daurnimator/pg-kinesis-bridge `_ - Amazon Kinesis + + .. _eco_extensions: Extensions @@ -77,26 +78,3 @@ Commercial --------------- * `subZero `_ - Automated GraphQL & REST API with built-in caching (powered in part by PostgREST) - -.. _eco_production: - -In Production -------------- - -* `Moat `_ -* `Catarse `_ -* `Redsmin `_ -* `Image-charts `_ -* `MotionDynamic - Fast highly dynamic video generation at scale `_ -* `Drip Depot `_ -* `Convene `_ by Thomson-Reuters -* `eGull `_ -* `Elyios `_ -* `Simply Connected Systems `_ -* `Nimbus `_ - - - See how Nimbus uses PostgREST in `Paul Copplestone's blog post `_. -* `Datrium `_ - -.. * `OpenBooking `_ -.. * `triggerFS - A realtime messaging and distributed trigger system `_ diff --git a/index.rst b/index.rst index 3d43f32b3..3b49b816f 100644 --- a/index.rst +++ b/index.rst @@ -74,7 +74,7 @@ The project has a friendly and growing community. Join our `chat room `. + How-to guides ------------- -Goal-oriented guides that show how to solve a specific problem. +These are recipes that'll help you address specific use-cases. .. toctree:: :glob: @@ -104,19 +106,23 @@ Goal-oriented guides that show how to solve a specific problem. Reference guides ---------------- -Technical references for PostgREST's API and Configuration. +Technical references for PostgREST's functionality. .. toctree:: :caption: API - :titlesonly: + :hidden: api.rst .. toctree:: :caption: Configuration + :hidden: configuration.rst +- :doc:`API ` +- :doc:`configuration` + Topic guides ------------ @@ -124,26 +130,30 @@ Explanations of some key concepts in PostgREST. .. toctree:: :caption: Authentication - :titlesonly: + :hidden: auth.rst .. toctree:: :caption: Installation - :titlesonly: + :hidden: install.rst .. toctree:: :caption: Administration - :titlesonly: + :hidden: admin.rst +- :doc:`Authentication ` +- :doc:`Installation ` +- :doc:`Administration ` + Ecosystem --------- -PostgREST has a growing ecosystem of examples, and libraries, experiments, and users. Here is a selection. +PostgREST has a growing ecosystem of examples, libraries, and experiments. Here is a selection. .. toctree:: :caption: Ecosystem @@ -151,30 +161,33 @@ PostgREST has a growing ecosystem of examples, and libraries, experiments, and u ecosystem.rst -* :ref:`eco_external_notification` * :ref:`eco_example_apps` +* :ref:`eco_external_notification` * :ref:`eco_extensions` * :ref:`clientside_libraries` * :ref:`eco_commercial` -* :ref:`eco_production` -.. _supporting-dev: +In Production +------------- -Supporting development ----------------------- +Here are some companies that use PostgREST in production. -You can help PostgREST ongoing maintenance and development by: +* `Datrium `_ +* `Nimbus `_ + - See how Nimbus uses PostgREST in `Paul Copplestone's blog post `_. +* `Catarse `_ +* `Moat `_ +* `Redsmin `_ +* `Image-charts `_ +* `MotionDynamic - Fast highly dynamic video generation at scale `_ +* `Drip Depot `_ +* `Convene `_ by Thomson-Reuters +* `eGull `_ +* `Elyios `_ +* `Simply Connected Systems `_ -- Making a regular donation through `Patreon `_ - -- Alternatively, you can make a one-time donation via `Paypal `_ - -Every donation will be spent on making PostgREST better for the whole community. - -Translations ------------- - -* `Chinese `_ (latest version ``v0.4.2.0``) +.. * `OpenBooking `_ +.. * `triggerFS - A realtime messaging and distributed trigger system `_ Testimonials ------------ @@ -215,3 +228,8 @@ Testimonials Couldn't be happier." -- Anupam Garg, Datrium, Inc. + +Translations +------------ + +* `Chinese `_ (latest version ``v0.4.2.0``) diff --git a/release_notes.rst b/release_notes.rst index c4aa0b7c2..e69de29bb 100644 --- a/release_notes.rst +++ b/release_notes.rst @@ -1,32 +0,0 @@ -Release Notes -============= - -Here we'll include the most relevant changes so you can migrate to newer versions easily. -You can see the full changelog of each release in the `PostgREST repository `_. - -v5.2.0 -====== - -* `Explicit qualification `_ introduced in ``v5.0`` is no longer necessary, this section will not be included from this version onwards. A :ref:`db-extra-search-path` configuration parameter was introduced to avoid the need to explictly qualify database objects. If you install PostgreSQL extensions on the ``public`` schema, they'll work normally from now on. - -* Now you can filter :ref:`tabs-cols-w-spaces`. - -* Included the ability to quote columns that have :ref:`reserved-chars`. - -* Thanks to `Zhou Feng `_, now is possible to reference an external file in :ref:`db-uri`. - -* Thanks to `Russell Davies `_, Json Web Key Sets are now accepted by :ref:`jwt-secret`. - -Thanks ------- - -This release was made possible thanks to: - -* `Daniel Babiak `_ -* `Michel Pelletier `_ -* Tsingson Qin -* Jay Hannah -* Victor Adossi -* Petr Beles - -If you like to join them please consider :ref:`supporting PostgREST development `.