Is there a easy way to import data from Kdb to memsql?

I would like to see if there are any tools to import directly from Kdb to memSql.

Hi ravisr,

i am not aware of a Kdb export tool, except to export kdb tables in csv format, and ingest them into MemSQL via LOAD DATA or pipelines.

Also if you can pull data from KDB in Spark you can easily load it into MemSQL in Spark via the MemSQL Spark Connector.