Scheduling feature in memSQL

How can we achieve scheduling in memsql without external triggers/tool.
Some of my use cases are as mentioned below

  1. Data comparison at specific time.
  2. data extraction ( to file) after some process completes or at certain frequency.
  3. Data snapshot at specific intervals.

There is no built in scheduler, but you can build a Kafka pipeline to SP and push something to Kafka every time to need an action.