pyreplica 1.0 released

From: "Mariano Reingart" <mariano(at)nsis(dot)com(dot)ar>
To: <pgsql-announce(at)postgresql(dot)org>
Subject: pyreplica 1.0 released
Date: 2008-06-26 16:55:04
Message-ID: F452789B100947BCB879CC649CB17DD9@pc1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

First release of PyReplica, a PostgreSQL Python-based Master/Slave
replication system (influenced by slony & londiste)

Project Site:
http://pgfoundry.org/projects/pyreplica/

It is programmed in Python, aimed to be simple and flexible, allowing:
* Easy installation (just run a sql script on the server, and copy a python
daemon on client, no compilation required)
* Easy administration (almost no management needed for normal usage)
* Easy (manual) customization (simple and extensible python scripts)
* Efficient (low memory and network footprint)
* Multiplatform: runs on linux and windows. Tested on Debian and Windows
XP.

It consist on a plpythonu master log trigger (py_log_replica) and slave
client script (pyreplica.py)

Simple installation and daemon scripts are provided
For more information, see README.txt and INSTALL.txt in the released zip
file.
Spanish documentation also available (LEEME.txt and INSTALAR.txt)

Best regards,
Mariano

Browse pgsql-announce by date

  From Date Subject
Next Message David Fetter 2008-06-30 05:10:30 == PostgreSQL Weekly News - June 29 2008 ==
Previous Message David Fetter 2008-06-23 02:12:46 == PostgreSQL Weekly News - June 22 2008 ==