Re: PostgreSQL 9.5 and process REST calls enquiry - Mailing list pgsql-general

From Adrian Klaver
Subject Re: PostgreSQL 9.5 and process REST calls enquiry
Date
Msg-id 56BE0133.3010209@aklaver.com
Whole thread Raw
In response to Re: PostgreSQL 9.5 and process REST calls enquiry  (James Keener <jim@jimkeener.com>)
Responses Re: PostgreSQL 9.5 and process REST calls enquiry  (James Keener <jim@jimkeener.com>)
List pgsql-general
On 02/12/2016 07:43 AM, James Keener wrote:
> https://github.com/begriffs/postgrest also looks interesting!

I thought the purpose of Spring/Spring Boot was to provide the REST
services in front of your choice of data store. Not sure how putting
another server in the stack is going to help things.

>
> On Fri, Feb 12, 2016 at 10:24 AM, Adrian Klaver
> <adrian.klaver@aklaver.com <mailto:adrian.klaver@aklaver.com>> wrote:
>
>     On 02/12/2016 03:00 AM, Peter van Eck wrote:
>
>
>
>         Hi, We are looking into setting up a PostgreSQL environment for an
>         application that inputs JSON through via http rest calls.
>
>         Now that we havent been using Postgres for these kind of setups
>         I was
>         wondering what the course of action is in setting this up.
>
>         The development team is coding this in srpingboot with an embedded
>         mongodb version. Do we have to configure pgrest for instance to
>         enable
>         postgres for processing JSON rest calls via HTTP or is that not
>         necessary ?
>         Again just puzzling in how to approach this...
>
>
>     The below looks like a good start:
>
>     http://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-sql.html
>
>
>
>         thanks in advance.
>
>         Peter
>
>
>
>
>     --
>     Adrian Klaver
>     adrian.klaver@aklaver.com <mailto:adrian.klaver@aklaver.com>
>
>
>
>     --
>     Sent via pgsql-general mailing list (pgsql-general@postgresql.org
>     <mailto:pgsql-general@postgresql.org>)
>     To make changes to your subscription:
>     http://www.postgresql.org/mailpref/pgsql-general
>
>


--
Adrian Klaver
adrian.klaver@aklaver.com


pgsql-general by date:

Previous
From: Tim Clarke
Date:
Subject: Re: Windows performance
Next
From: James Keener
Date:
Subject: Re: PostgreSQL 9.5 and process REST calls enquiry