Golconde 0.4 Released

From: "Gavin M(dot) Roy" <gmr(at)myyearbook(dot)com>
To: pgsql-announce(at)postgresql(dot)org
Subject: Golconde 0.4 Released
Date: 2009-03-02 19:13:21
Message-ID: af1bce590903021113i6db5fbd5tadffdb924702d8c4@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

I am pleased to announce the first beta release of Golconde, 0.4.

Golconde is a queue based replication solution for PostgreSQL written in
Python 2.6.

It is designed to be loosely coupled and rely upon existing enterprise
messaging systems that have STOMP protocol support. Designed to scale easily
and with multi-data center implementations in mind, the application and
message queues for distribution live outside of the database. By decoupling
Golconde from PostgreSQL it is differentiated from existing replication
solutions, moving the workload from the database tier, where CPU, RAM and IO
overhead can be very expensive, to a commodity layer where the operational
cost for performing the data distribution work is much less expensive. In a
typical Golconde target database, the PostgreSQL operational overhead is
similar to the canonical database write workload.

For more information, including downloads, please visit
http://code.google.com/p/golconde/

Browse pgsql-announce by date

  From Date Subject
Next Message Joshua D. Drake 2009-03-03 22:48:23 Pg Conference East 09, registrations now open
Previous Message Tatsuo Ishii 2009-03-02 13:57:55 pgpool-II 2.2 and pgpoolAdmin 2.2 are released