Announcing BedquiltDB: A json doc-store built on PostgreSQL

From: Shane Kilkelly <shane(at)kilkelly(dot)me>
To: pgsql-general(at)postgresql(dot)org
Subject: Announcing BedquiltDB: A json doc-store built on PostgreSQL
Date: 2016-04-21 09:29:04
Message-ID: etPan.57189d60.69dad0ad.1b3@skmb.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,

For the last year I’ve been working on building a vaguely mongoldb-inspired API on top of the Postgres jsonb column types. The result is BedquiltDB (http://bedquiltdb.github.io/).

The Gist:

BedquiltDB is a vaguely mongodb-inspired json store built on top of PostgreSQL's jsonb column type. It does the things you'de expect, creating _id fields automatically, creating tables on the first write, etc.

It is implemented as a postgres extension (a horrible lump of PL/PgSQL), and client libraries for python, node and clojure.
While I'm not using it in production for anything, it is pretty well tested, and I had fun making it, which is what really matters :)

If you fancy stopping by for a chat, we have a room set up on gitter (https://gitter.im/BedquiltDB/bedquilt-core), and would love to hear any feedback on the project.

— — — — — —
Shane Kilkelly
e: shane(at)kilkelly(dot)me
w: shanekilkelly.net

Browse pgsql-general by date

  From Date Subject
Next Message Bráulio Bhavamitra 2016-04-21 10:08:53 Columnar store as default for PostgreSQL 10?
Previous Message Sachin Kotwal 2016-04-21 09:23:02 Re: error while installing auto_explain contrib module