I am working on POC to implement real time analytics where we have following components.
- Confluent Kafka : Which gets events from third party services in Avro format (Event contains many fields up to 40). We are also using Kafka-Registry to deal with different kind of event formats.
I am trying to use MemSQL for analytics for which I have to push events to memsql table in specific format.
I have gone through memsql website , blogs etc but most of them are suggesting to use Spark memsql connector in which you can transform data which we are getting from confluent Kafka.
I have few questions.
- If I use simple Java/Go application in place of Spark.
- Is there any utility provided by Confluent Kafka and memsql
Thanks.