Looking for feedback and contributions

From: Bernard Quatermass <toolsmith(at)quatermass(dot)co(dot)uk>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Looking for feedback and contributions
Date: 2019-05-04 15:06:29
Message-ID: 3D257475-5D21-44BF-8A1F-B8EECC9EE37F@quatermass.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Apologies if this isn’t the right place for this.

I have created a helper daemon “jpigd”, FastCGI JSON Postgresql Gateway

A tool to aid the elimination of CGI scripts on web servers and moving all the business functionality into the database server along with the rest the business storage logic.

It is a fast-cgi handler that simply calls an SQL function with POST data as the first parameter and JSON encoded version of the CGI environment as the second parameter.

A more thorough description can be found in the project README at

https://gitlab.quatermass.co.uk/toolsmith/jpigd/blob/master/README.md <https://gitlab.quatermass.co.uk/toolsmith/jpigd/blob/master/README.md>

The idea being that there is a whole class of applications that are primarily database interaction only and where traditional middleware (php/perl/java/node) is redundant.

At this point I’m just looking for thoughts, comments, suggestions, possible sample apps (or suggestions for same), help with documenting the locked-down user approach.

Thank you in advance for any feedback you can give.


Bernard Quatermass - The Toolsmith.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Igal Sapir 2019-05-04 17:35:11 Re: Connecting to NOTIFY with telnet
Previous Message pabloa98 2019-05-03 20:59:42 Re: Migrating database(s) from Sybase ASE 15.7 to PostgreSQL 10.6 on Linux