欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Bucardo
来自开放百科 - 灰狐
(版本间的差异)
小 (→PgSQL to MongoDB) |
小 (→安装) |
||
第4行: | 第4行: | ||
yum install perl-DBIx-Safe or | yum install perl-DBIx-Safe or | ||
apt-get install libdbix-safe-perl | apt-get install libdbix-safe-perl | ||
+ | tar xvfz dbix_safe.tar.gz | ||
+ | cd DBIx-Safe-1.2.5 | ||
+ | apt-get install libtest-simple-perl // install Test::Simple | ||
+ | install [http://search.cpan.org/dist/DBD-Pg/ DBD:Pg] | ||
+ | export POSTGRES_LIB="/usr/local/pgsql/lib -lssl -lcrypto" | ||
+ | perl Makefile.PL | ||
+ | make | ||
+ | make test | ||
+ | make install | ||
+ | |||
==PgSQL to MongoDB== | ==PgSQL to MongoDB== | ||
2012年2月13日 (一) 06:21的版本
Bucardo 是一个PostgreSQL的异步同步工具,它支持任意方式的主从同步,multi-master或者multi-slave等。新版Bucardo可将数据同步到其他存储系统,如MongoDB。
安装
yum install perl-DBIx-Safe or apt-get install libdbix-safe-perl tar xvfz dbix_safe.tar.gz cd DBIx-Safe-1.2.5 apt-get install libtest-simple-perl // install Test::Simple install DBD:Pg export POSTGRES_LIB="/usr/local/pgsql/lib -lssl -lcrypto" perl Makefile.PL make make test make install
PgSQL to MongoDB
链接
分享您的观点