Skip to content

Commit e22432f

Browse files
authored
Merge pull request #1 from cube-js/workshop
updates for starting from free account
2 parents 4f13e41 + 74ee607 commit e22432f

File tree

14 files changed

+679
-56
lines changed

14 files changed

+679
-56
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,8 @@ lerna-debug.log*
3434
*~
3535

3636
# OS generated files
37-
Thumbs.db
37+
Thumbs.db
38+
39+
# Local Claude configuration
40+
CLAUDE.md.local
41+
*.claude.local

docs/d3-analytics/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Because D3 operates on Cube's semantic layer, it ensures that all insights are a
3838
We'll run through a quick setup to get D3 working with your Cube instance.
3939

4040
:::warning
41-
Cube D3 is currently in private preview and may have some limitations or errors as we iron out the experience. Please report any issues you encounter to the Cube team - we appreciate your feedback!
41+
Cube D3 is currently in preview and may not be available to all users. If you don't see the D3 option in your Cube Cloud instance, please contact your Cube representative to inquire about enabling it. Without D3 enabled, you won't be able to complete this module, but you can still follow along with the concepts and examples to see how Cube is delivering agentic analytics.
4242
:::
4343

4444
In Cube Cloud:

docs/data-modeling/index.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -59,21 +59,6 @@ On the **Generated SQL** tab, the query is now much more complex as the joins tr
5959

6060
## Core Concepts
6161

62-
### What We Skipped: Starting From Scratch
63-
64-
In this workshop, we started with an existing data model to save time. When building a Cube project from scratch, you'd typically:
65-
66-
1. **Use the Connection Wizard** - Cube guides you through connecting to your database
67-
2. **Select Tables** - Choose which tables to model from your database schema
68-
3. **Generate Initial Cubes** - Cube automatically creates a cube for each selected table with:
69-
- Basic dimensions for each column
70-
- A `count` measure
71-
- Detected data types (string, number, time)
72-
4. **Infer Relationships** - Cube analyzes foreign keys and suggests join relationships
73-
5. **Refine and Customize** - Add business logic, custom measures, and meaningful descriptions
74-
75-
This automated process gives you a solid foundation that you can then enhance with business-specific logic - exactly where we started in this workshop!
76-
7762
### Cubes (Data Models)
7863

7964
A **Cube** represents a table or logical dataset. Cubes typically map 1-to-1 with tables in a star schema, but are also flexible. For TPCH:
169 KB
Loading

0 commit comments

Comments
 (0)