Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is difference between Apache pinot vs cube? #8234

Open
vikingcodes opened this issue May 6, 2024 · 1 comment
Open

What is difference between Apache pinot vs cube? #8234

vikingcodes opened this issue May 6, 2024 · 1 comment
Labels
question The issue is a question. Please use Stack Overflow for questions.

Comments

@vikingcodes
Copy link

I am exploring tools for multi tenant app.

Can anyone explain difference between Apache pinot vs cube?

For me both looking same.

@vikingcodes vikingcodes added the question The issue is a question. Please use Stack Overflow for questions. label May 6, 2024
@igorlukanin
Copy link
Member

igorlukanin commented May 13, 2024

Cube and Pinot are similar in a way that they both provide access to upstream data sources via a SQL API. However, I would say that Pinot is a slightly lower level solution than Cube.

Cube has the data modeling layer that allows to abstract metrics definitions. Cube also provides access control and natively supports multitenancy. Finally, Cube provides not only the SQL API but also REST API for front-end applications.

I hope this helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question The issue is a question. Please use Stack Overflow for questions.
Projects
None yet
Development

No branches or pull requests

2 participants