Hi, You have a few options here: 1) Write code that scans all tables in MySQL and loads data to grid with IgniteDataStreamer [1]. 2) Write code that parses MySQL CSV and using IgniteDataStreamer loads to grid. 3) Use existing CacheJdbcStore to preload data from MySQL (check out screen casts [2] that tell how to do it).
[1] https://apacheignite.readme.io/docs/data-streamers [2] https://ignite.apache.org/screencasts.html Thanks! -Dmitry -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
