Alerce 1.0.0 released (sync dbapi for Python) - Mailing list pgsql-announce

From Mariano Reingart
Subject Alerce 1.0.0 released (sync dbapi for Python)
Date
Msg-id 5aebd8250912081831x52a451f6p4f46482d7f1f3fea@mail.gmail.com
Whole thread Raw
List pgsql-announce
Announcing the release of the first version of Alerce, a synchronous
replication interface for Python (dbapi2 compilant), similar in
concept to Sequoia but simplier.

Based on PyReplica, a PostgreSQL Python-based replication system.

Includes:
 * psycopg2 wrapper (sync, dbapi compilant)
 * basic node control (single master or master-slave)
 * simple failover and failback scripts
 * two phase commit support for psycopg2

With Alerce, python programs can implement transparent synchronous
replication, changing only the connection library.

Download from:
http://pgfoundry.org/frs/download.php/2495/alerce-1.0.0.zip

Further information:
http://pgfoundry.org/projects/pyreplica/

Best regards

Mariano Reingart
http://www.arpug.com.ar/

pgsql-announce by date:

Previous
From: Andreas 'ads' Scherbaum
Date:
Subject: Re: PostgreSQL@FOSDEM 2010 - HOTEL room reservation
Next
From: Takahiro Itagaki
Date:
Subject: pg_rman - PostgreSQL Recovery Manger released