Обсуждение: Postgresql databases as a web service

Поиск
Список
Период
Сортировка

Postgresql databases as a web service

От
dkeeney
Дата:
Rdbhost.com offers SQL databases as a web service, running Postgresql
8.3.3 .

Create a database on our server, execute queries against it in SQL via
http request, and receive results as XML or JSON.  There is a python
DB API module for it as well.

The service is demand priced (you pay for actual usage), and very
modest usage levels are free.


http://www.rdbhost.com

David Keeney
dkeeney@rdbhost.com


Re: Postgresql databases as a web service

От
Scott Marlowe
Дата:
On Sun, Jul 12, 2009 at 9:20 AM, dkeeney<dvkeeney@gmail.com> wrote:
>
> Rdbhost.com offers SQL databases as a web service, running Postgresql
> 8.3.3 .
>
> Create a database on our server, execute queries against it in SQL via
> http request, and receive results as XML or JSON.  There is a python
> DB API module for it as well.
>
> The service is demand priced (you pay for actual usage), and very
> modest usage levels are free.

Sounds interesting.  Just wondering if there's a reason it's not
running 8.3.7...

Re: Postgresql databases as a web service

От
Scott Bailey
Дата:
Scott Marlowe wrote:
> On Sun, Jul 12, 2009 at 9:20 AM, dkeeney<dvkeeney@gmail.com> wrote:
>> Rdbhost.com offers SQL databases as a web service, running Postgresql
>> 8.3.3 .
>>
>> Create a database on our server, execute queries against it in SQL via
>> http request, and receive results as XML or JSON.  There is a python
>> DB API module for it as well.
>>
>> The service is demand priced (you pay for actual usage), and very
>> modest usage levels are free.
>
> Sounds interesting.  Just wondering if there's a reason it's not
> running 8.3.7...

Just be glad it's not 8.1 or whatever RHEL is shipping with these days.
Finding a web host w/ 8.3 was no small feat just a few months ago.

Scott