Can anyone suggest a link or an online document de...
# general
d
Can anyone suggest a link or an online document describing how to set up apache pinot in AWS?
d
Thanks Ganesh. But here in this link, it talks about installing Pinot in Kubernetes
Is there a doc or guide on setting up a cluster using AWS EC2?
m
What specifically are you looking for beyond that
Any reason you don’t want to use k8s?
d
We dont have much expertise on running or maintaining k8s
Is there a reason why K8s used for deployement and not EC2?
m
Vendor agnostic
d
ok. But do you have steps for creating cluster in EC2?
Also if i use EKS in AWS, can i continue to host AWS S3 as my deep storage for segments?
g
Most of the organizations has adopted containers to run the services and Kubernetes is the goto container orchestration and management system at scale. hence K8S is the preferred system to deploy and operate Pinot.
d
thank you @Ganesh
πŸ‘ 1
Also it would be really great if you could send steps to install cluster using AWS EC2 without k8s
g
πŸ‘‹ 1
d
thank you very much
and just one more question. Is there a real difference between Pinot and Druid as i can see both are OLAP engines?
g
Yes. There are many. Pinot is realtime, meaning that you can query the data as you ingest it and Pinot can serve end user facing analytics query at scale (100K QPS) with millisecond latency, which is not possible with many other OLAP systems.
πŸ‘ 1
You can read more about the performance here https://www.startree.ai/blog/what-makes-apache-pinot-fast-chapter-1
πŸ‘ 2
d
Hi @Ganesh Pinot support table joins?
m
The v2 engine does, however, it is early and still under development and testing
πŸ‘ 1
g
@deepuak01 also you can try it out in the latest binary build or use latest docker image and share your feedback. Doc: https://docs.pinot.apache.org/developers/advanced/v2-multi-stage-query-engine Docker image: https://hub.docker.com/r/apachepinot/pinot/tags
d
sure Ganesh will check this out