Getting cube.dev quickstart to work with StarRocks #33096
Closed
Replies: 1 comment 1 reply
-
Hi @alberttwong! I'm also going to use starrocks with cube.dev. I have a question regarding pre-aggregations usage. Is it OK from your point of view to use starrocks tables instead of cube's pre-aggregations so only cube's api instances will be in use then ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Note
We are using https://cube.dev/docs/product/getting-started/cloud as the start point with the cube.dev container at https://github.com/cube-js/cube
Changes to "Load Data" section
StarRocks doesn't not have warehouse or schema. So we only need:
We also need to modify the create table statements.
You can either import the CSV data using HTTP or Broker (#22783) or use can use a tool like DBeaver's Data Import tool.
Changes to "Connect to Database" section
Pick the "mysql" connection and use the following
Important
I'm using the StarRocks quickstart container on my local machine.
Changes to "Create Data Model" section
None.
Changes to "query from BI" section
None.
Changes to "Query from React" section
None.
Beta Was this translation helpful? Give feedback.
All reactions