Hello,
I wanted to know if it was possible to pipe data from MySQL to NuoDB without having to dump the data to a file and then re-import it. (Essentially saving a step)
Our MySQL database is rather large so this would save a fair amount of time for us in testing.
Thanks!