Re: PostgreSQL 9.5 and process REST calls enquiry

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Stefan Keller <sfkeller(at)gmail(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Cc: James Keener <jim(at)jimkeener(dot)com>, Peter van Eck <peter(at)vaneckzone(dot)net>
Subject: Re: PostgreSQL 9.5 and process REST calls enquiry
Date: 2016-03-06 15:26:38
Message-ID: 56DC4C2E.9090601@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 03/05/2016 05:34 PM, Stefan Keller wrote:
> I'd like to extend (and complete) this thread by collecting
> programs/frameworks/applications that provide REST services over
> Postgres.
>
> I see following categories and open source web frameworks and/or libs:
> Those which
> * attach Postgres directly, like PostgREST (Haskell) or jsgrest
> (JavaScript serverside).
> * connect to (m)any db inc. Postgres, like Spring Boot (Java EE) or
> sandman2 (Python)
>
> PostgREST looks promising.
> But since Postgres 9.5 ff. has good JSON support (and given I like
> Python) I'd prefer an even more lightweight solution.
> Any suggestions?

Recently ran across the below, have not had time to actually try it out yet:

https://github.com/timothycrosley/hug

>
> :Stefan
>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alexander Farber 2016-03-06 17:22:11 Subtract one array from another, both with non-unique elements
Previous Message Stefan Keller 2016-03-06 01:34:13 Re: PostgreSQL 9.5 and process REST calls enquiry