Re: PostgreSQL 9.5 and process REST calls enquiry

Поиск
Список
Период
Сортировка
От Stefan Keller
Тема Re: PostgreSQL 9.5 and process REST calls enquiry
Дата
Msg-id CAFcOn29++Z7MPM7-f2sn=0zwYBc19qw0gqswiSK0S2KpFu0GRA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: PostgreSQL 9.5 and process REST calls enquiry  (Peter van Eck <peter@vaneckzone.net>)
Ответы Re: PostgreSQL 9.5 and process REST calls enquiry  (Adrian Klaver <adrian.klaver@aklaver.com>)
Список pgsql-general
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?

:Stefan


2016-02-12 17:46 GMT+01:00 Peter van Eck <peter@vaneckzone.net>:
>
>
> 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 putting
>>>     another server in the stack is going to help things.
>>>
>>>
>>> I was simply responding to the original question about accessing the DB
>>> over HTTP.
>>
>>
>> Then I am not sure what the question is.
>>
>> Do you want to know how to use Spring Boot with Postgres or do you want
>> suggestions for programs/frameworks/applications that provide REST services
>> over Postgres?
>>
>> Or is something else that I am entirely missing:)?
>>
>>
> Hi Adrian, James,
>
> Thanks for your replies sofar.
>
> It is exactly my point that for us the request from the developers wasn't
> clear to us as we don't have the knowledge to apparently fully understand
> the question.
> I think it is as you describe Adrian  "Do you want to know how to use Spring
> Boot with Postgres"
> So we'll go with that and see when the first release is pushed from the
> developers.
>
> thnaks again.
>
>
> Peter
>
>
>
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general


В списке pgsql-general по дате отправления:

Предыдущее
От: Francisco Olarte
Дата:
Сообщение: Re: multiple UNIQUE indices for FK
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: PostgreSQL 9.5 and process REST calls enquiry