Quix Streams is a library, not a server-side engine like Spark. It uses container orchestration via Kubernetes to achieve the same horizontal scale as Spark. The benefit being it is easy to develop and debug a Quix Streams application. You can deploy it how you like, but the best way is in a docker container in K8’s
One quick question on the quix data streams - how is it different from spark?
2, what's the deployment strategy? Kubernaties pods ? Or vms?
Quix Streams is a library, not a server-side engine like Spark. It uses container orchestration via Kubernetes to achieve the same horizontal scale as Spark. The benefit being it is easy to develop and debug a Quix Streams application. You can deploy it how you like, but the best way is in a docker container in K8’s