Learn more
Now that you've set up your first project, learn more about what else Cube can do for you.
Data Modeling
Learn more about data modeling and how to effectively define metrics in your data models. Advanced users: check out related recipes for tackling specific data modeling problems.
Querying
Cube can be queried in a variety of ways. Explore how to use REST API, GraphQL API, and SQL API, or how to connect a BI or data visualization tool.
Caching
Learn more about the two-level cache and how pre-aggregations help speed up queries. For a deeper dive, take a look at the related recipes.
Access Control
Cube uses JSON Web Tokens (opens in a new tab) to
authenticate requests for the HTTP APIs, and
check_sql_auth
to
authenticate requests for the SQL API.
Cube also supports using JWT claims for securing access to data, check out these
related recipes.