Re: Josh's Comments on Hstore / Jsonb

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: "john(dot)tiger" <john(dot)tigernassau(at)gmail(dot)com>
Cc: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Josh's Comments on Hstore / Jsonb
Date: 2014-02-25 22:29:10
Message-ID: CAHyXU0yg08LFKJ5k5hQo-K1c6Cv-fiyM-DrP+gF3TX2dOQ9T1g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Feb 25, 2014 at 3:43 PM, john.tiger <john(dot)tigernassau(at)gmail(dot)com> wrote:
> Somehow my comments didn't go thru on the soup blog but wanted to throw in
> more support for this patch
>
> Josh, you are so right on the money. An ACID compliant db that serves JSON
> is great. Sorry I didn't make SCALE this year to hear the PG talks and stop
> by and say hi. Maybe at Open West ? We are incorporating Postgres JSON
> served from Nodejs (using Express to offer the REST side) into several new
> products. For modern web apps, JSON just makes so much sense.
>
> Yes, the Node driver needs some work - hopefully we can contribute as we
> work more with it. I'm particularly interested in working offline, then
> synching (vis-a-vis couch/pouch). If anyone else is working on this issue
> please feel free to touch base.

Aside: I also have basically completely switched to node.js/express +
postgres (via 'node-postgres'). It's absolutely fantastic. Besides
the obvious great and getting better json support, you have other
postgres-ism that mesh very well with node: asynchronous notification
for example.

merlin

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rob Richardson 2014-02-25 23:30:51 How can I use the crosstab() function?
Previous Message john.tiger 2014-02-25 21:43:21 Josh's Comments on Hstore / Jsonb