Re: [GENERAL] PostgreSQL 9.5 and process REST calls enquiry

2016-03-06 Thread Adrian Klaver
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

Re: [GENERAL] PostgreSQL 9.5 and process REST calls enquiry

2016-03-05 Thread Stefan Keller
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 serv

Re: [GENERAL] PostgreSQL 9.5 and process REST calls enquiry

2016-02-12 Thread Peter van Eck
On 12/02/16 17:34, Adrian Klaver wrote: On 02/12/2016 08:06 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

Re: [GENERAL] PostgreSQL 9.5 and process REST calls enquiry

2016-02-12 Thread Adrian Klaver
On 02/12/2016 08:06 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

Re: [GENERAL] PostgreSQL 9.5 and process REST calls enquiry

2016-02-12 Thread James Keener
> > > 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. I was simply responding to t

Re: [GENERAL] PostgreSQL 9.5 and process REST calls enquiry

2016-02-12 Thread Adrian Klaver
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 thing

Re: [GENERAL] PostgreSQL 9.5 and process REST calls enquiry

2016-02-12 Thread James Keener
https://github.com/begriffs/postgrest also looks interesting! On Fri, Feb 12, 2016 at 10:24 AM, Adrian Klaver 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

Re: [GENERAL] PostgreSQL 9.5 and process REST calls enquiry

2016-02-12 Thread Adrian Klaver
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

Re: [GENERAL] PostgreSQL 9.5 and process REST calls enquiry

2016-02-12 Thread David G. Johnston
On Fri, Feb 12, 2016 at 4: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 actio

[GENERAL] PostgreSQL 9.5 and process REST calls enquiry

2016-02-12 Thread Peter van Eck
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