Tungsten Replicator is a high performance, open source, data replication engine for MySQL. It offers global transaction IDs to support failover, flexible transaction filtering, extensible transaction metadata, sharding, multiple replication services per process, high performance, and simple, well-documented operation.
Questions tagged [tungsten-replicator]
27 questions
7
votes
2 answers
Data synchronization between MySQL and MongoDB
I am looking for a way to synchronize my data from MySQL to MongoDB.
I do not want just to replicate my data, I want them to be permanently synchronized. Does anyone know if Tungsten Replicator would do the job ? I can see that it replicates data…

Christophe
- 107
- 2
- 8
4
votes
2 answers
How to setup heterogeneous replication with tungsten?
Recently i am working on a replication between heterogeneous dbs with Tungsten Replicator. We have a mysql master and an oracle slave. According to the docs such a setup should work. I am using tungsten-replicator-2.0.5. I call…

GLA
- 953
- 2
- 9
- 14
3
votes
0 answers
Continuent tungsten to kafka
We are working on one project where we required Oracle data to be stored at Cassandra. For storing the data in Cassandra we are proposed to first get the data from oracle to apache kafka MQ server then did manipulation with spark and save into…

Gaurav Rana
- 54
- 3
3
votes
0 answers
Tungsten-replicator from MySQL to MongoDB
When speaking of replicating data from MySQL to MongoDB,It seems that the tables in MySQL are almost the same as MongoDB's collections.However I want to take the MongoDB's flexible schema into considerations to map a relation database into a…

HaiFengZeng
- 103
- 10
2
votes
1 answer
tungsten replicate from mysql slave to vertica - does not seem to look at relay-log?
I am playing with mysql and vertica and have a master/slave mysql pair that is running with mixed binlog format (default settings).
To replicate this to the vertica database for some analysis tasks, I was considering tungsten.
The master is busy…

Michael Will
- 105
- 1
- 6
1
vote
3 answers
I'm having problems with configuring a filter that replicates specific tables only
I am trying to use filters to select specific tables to replicate.
I tried running this with the installer
./tools/tungsten-installer --master-slave -a \
...
--svc-extractor-filters=replicate…
user1140471
1
vote
1 answer
How to set datasource when configuring tungsten replication in ubuntu for a mysql database
I am following this tutorial on seting up fan-in or multi-source replication:
http://datacharmer.blogspot.com/2011/08/usability-improvements-in-tungsten-204.html The main problem is in setting the datasource in this step…
user1140471
1
vote
1 answer
Is there a way to sync table data from DynamoDB to Redshift?
We are currently using Amazon RDS for our database and we are planning to move to DynamoDB to scale our messaging DB. But a lot of analytics has been setup on MySQL tables which we want to keep using.
What is the best way to sync data from DynamoDB…

chaithu
- 509
- 2
- 7
- 29
1
vote
1 answer
Should the table be identically same between master db and slave db while replicating using Tungsten ( both are MySQL instances )
I 'd like to get an answer to this question guiding our actions:
Do we have a fundamental rule that the slave db must be identically same with master db on both count of columns and the orders?
We are using Tungsten replicators connecting a master…

Martin Zang
- 105
- 2
- 6
1
vote
2 answers
Unable to start tungsten replicator service
I am trying to set master-master Tungsten replication between servers. ./tools/tpm install command installed successfully and replicator is also started but when trying to look at services i was getting below output.
Processing services…

pampishetty sunaina
- 11
- 1
1
vote
0 answers
MySQL to PostgreSQL master-slave replication using tungsten replicator
I would like to create a master-slave replication system where the master is running on a MySQL server and slave on a PostgreSQL server. Currently I am trying to set this up using tungsten replicator. The official documentation of latest version…

ZZZZ
- 81
- 1
- 4
1
vote
1 answer
How to implement tungsten replicator BuildAuditTable filter
This is regarding :
com.continuent.tungsten.replicator.filter.BuildAuditTable
I tried both Tungsten 2.2 and 3.0
My intial configuration
./tools/tpm install alpha \
--topology=master-slave \
--master=host1 \
--replication-user=tungsten…

Sharad Kumar
- 11
- 1
0
votes
1 answer
Tungsten Replicator 4.0 Installation
I am trying to install Tungsten Replicator 4.0 version for Mysql 5.7. I have used binary installation(tar.gz file installation) for Mysql 5.7 and exported path in bash_profile.
./tools/tmp install command got executed successfully but services both…

dba
- 11
- 1
0
votes
0 answers
Can you store more than N characters in varchar(N) in MySQL?
I have the following table on MySQL. I am using 5.6.32. The table contains about ~40 million records. I am only sharing columns which I feel are necessary to understand the issue.
Table Structure
create table `random` (
`id` bigint(20) not null…

MontyPython
- 2,906
- 11
- 37
- 58
0
votes
1 answer
Unable to run tpm command of tungsten replicator
I have cloned the latest tungsten installer and trying to run the tpm command. But its not recognizing as command. Please refer the snapshot below:
enter image description here
Please provide feedback.