EndPointCorp / end-point-blog

End Point Dev blog
https://www.endpointdev.com/blog/
17 stars 65 forks source link

Comments for Competitors to Bucardo version 1 #147

Open phinjensen opened 6 years ago

phinjensen commented 6 years ago

Comments for https://www.endpointdev.com/blog/2009/05/competitors-to-bucardo-version-1/ By Jon Jensen

To enter a comment:

  1. Log in to GitHub
  2. Leave a comment on this issue.
phinjensen commented 6 years ago
original author: linuxpoet
date: 2009-05-19T00:54:00-04:00

Yes Mammoth Replicator is open source:

http://projects.commandprompt.com/public/replicator

phinjensen commented 6 years ago
original author: David Fetter
date: 2009-05-19T08:58:00-04:00

DBI-Link has been used for replication. Its top strength is in environments with PostgreSQL and other RDBMSs.

phinjensen commented 6 years ago
original author: Ethan Rowe
date: 2009-05-19T09:17:00-04:00

David,

To be clear, do you mean that DBI-Link's strength is specifically in a mixed RDBMS environment, as opposed to a Postgres-only environment?

phinjensen commented 6 years ago
original author: skuda
date: 2009-05-19T15:22:00-04:00

I am using now in production symmetric-ds http://symmetricds.codehaus.org and i am very happy with it, it is not specific for postgresql, it supports many more databases but works great for me with 30 postgresql nodes for now.

phinjensen commented 6 years ago
original author: Arndt
date: 2009-06-21T12:12:42-04:00

Another, (very new) open source asynchronous master-master replication software is rubyrep. Basic focus is on (a) easy of use (b) database independence (currently supports PostgreSQL and MySQL)

Regards, Arndt Lehmann