go-mysql-mongodb: replicate data from MySQL to MongoDB

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • go-mysql-mongodb

    Sync MySQL data into MongoDB

  • MongoDB and Elasticsearch are similar, both belong to NoSQL, and the stored data is all document type. So I reused most of the logic in go-mysql-elasticsearch, just modify the code of the Elasticsearch client in the code to MongoDB and it can basically run. In this way, the project go-mysql-mongodb was formed.

  • tungsten-replicator

    Tungsten Replicator

  • I searched for some solutions on Google. At first, I used tungsten-replicator to synchronize MySQL data to MongoDB. This tool is powerful and used for data synchronization between multiple heterogeneous databases. For example, the following is the topology diagram of tungsten-replicator synchronizing MySQL/Oracle data to heterogeneous databases:

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • go-mysql-elasticsearch

    Sync MySQL data into elasticsearch

  • later I needed to synchronize MySQL data to Elasticsearch, I found another tool go-mysql-elasticsearch, try it After a while, I found that this tool is relatively lightweight and simple to configure and deploy. The workflow of this tool is as follows:

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Please help: Environment Setup Headache - MySQL Ubuntu

    1 project | /r/SQL | 5 Jul 2022
  • Python And SQL

    1 project | /r/SQL | 18 Apr 2022
  • Cooperating MySQL community server and MS Access at work

    1 project | /r/SQL | 30 Sep 2021
  • Show HN: I'm collecting Docker Compose files for quickly running local databases

    1 project | news.ycombinator.com | 23 Sep 2021
  • I'm making a collection of Docker Compose configs for quickly spinning up local databases.

    1 project | /r/docker | 22 Sep 2021