Relative Content

Tag Archive for mysqlmongodbelasticsearchmigrationlogstash

Migration of data from Elasticsearch to Databases (MongoDB, MySQL)

Brief Principle: Incremental data is written to both the old and new storage engines (ES and DB). Then data from the old storage engine (ES) is migrated to the new storage engine (DB). After that finish, data consistency is verified. Finally, read data are switched to the new storage system.