Kafka to memsql through streamsets

Hi
We have a requirement to pull data from teradata to Kafka and load to memsql. We use streamsets as an ETL tool. How do I create pipeline through streamsets?

Hello crystalsapphire32,

We have a custom connector in Streamsets for MemSQL. Here is the documentation link
https://streamsets.com/documentation/datacollector/latest/help/datacollector/UserGuide/Destinations/MemSQLLoader.html

Let us know how it goes.

Thanks,

Thank you for your response. The memsql loader supports only insert operation. If i want to go for an incremental approach, what is the process?

I have a streaming job having kafka as the source and my target will be memsql.