Hi, I've came around this tool[1] the Coherence guys use for migrating data. It defines some interfaces (Source[2], Target[3]) that are the used by the migration tool to move data between the source and destination. Seems pretty simple, ASL (code reuse) and it might be very useful fwk for migrating data between different cache stores. Or even as a tool for importing data into an Infinispan cluster (just implement an Infinispan destination).
[1] https://github.com/aseovic/coherence-tools/tree/master/loader/src/main/java/com/seovic/loader [2] https://github.com/aseovic/coherence-tools/blob/master/loader/src/main/java/com/seovic/loader/Source.java [3] https://github.com/aseovic/coherence-tools/blob/master/loader/src/main/java/com/seovic/loader/Target.java Cheers, -- Mircea Markus Infinispan lead (www.infinispan.org) _______________________________________________ infinispan-dev mailing list [email protected] https://lists.jboss.org/mailman/listinfo/infinispan-dev
