Announcing BedquiltDB: A json doc-store built on PostgreSQL

Поиск
Список
Период
Сортировка
От Shane Kilkelly
Тема Announcing BedquiltDB: A json doc-store built on PostgreSQL
Дата
Msg-id etPan.57189d60.69dad0ad.1b3@skmb.local
обсуждение исходный текст
Список 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@kilkelly.me

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

Предыдущее
От: Shadi Mal
Дата:
Сообщение: zero length string to zero
Следующее
От: Ihnat Peter | TSS Group a.s.
Дата:
Сообщение: Background worker with Listen