Search code examples
mysqlmongodbaerospike

Is there any tool to migrate data from MySQL (or mongodb) to Aerospike?


I would like to migrate data from MySQL (or mongodb) to Aerospike, anyone knows if exists any tool to do that?


Solution

  • Aerospike provides something like a csv loader.

    https://github.com/aerospike/aerospike-loader

    So you can play around with mysqldump data , process the dumped file to create a csv as per the accepted format of aerospike-loader and then load the data into aerospike.