Erupt Cube BI Platform
Inspired by Google Looker's semantic layer concept, built as a professional-grade big data analytics solution for the Java ecosystem. Data engineers focus on model construction; data analysts complete visualizations self-service based on the semantic layer — no multi-party collaboration required. Define semantic models with annotations, build visualizations with drag-and-drop, ready to use out of the box.
Commercial Module
Includes: Full source code · All future version upgrades · Technical support · Priority Erupt-related support · Reasonable feature requests implemented for free · Continuous capability iteration License: No License restrictions · No project count limits · No commercial restrictions Limitation: Redistribution and secondary open-sourcing are prohibited
Officially produced and maintained by the open-source Erupt framework team (GitHub 3k+ ★ · Gitee 5k+ ★). Avoids vendor lock-in and operational costs of solutions like Kylin / Looker.
Demo: https://demo.erupt.xyz Username: cube Password: cube
For pre-sales inquiries, add the author on WeChat:



What Problems Does the Semantic Model Solve?
| Problem | Without Semantic Model | With Semantic Model |
|---|---|---|
| Metric consistency | Everyone writes different SQL | Defined once; changes propagate everywhere |
| Usage barrier | Must know SQL | Drag-and-drop ready |
| Reusability | Logic scattered across reports | Centrally defined, reusable anywhere |
| Maintainability | Table changes require updating all SQL | Only update the model layer |
Two Modeling Approaches: Annotations + Visual Interface, Complementing Each Other
erupt-cube supports two semantic model definition methods simultaneously, covering different roles in the team:
| Approach | Target User | Capabilities | Use Case |
|---|---|---|---|
| Java Annotation Modeling (Primary) | Developers / Data Engineers | Full capabilities covering all dimensions, metrics, relationships, custom SQL, dynamic fields | Complex models; version-controlled with code; Code Review friendly |
| Visual Interface Modeling (Secondary) | Data Analysts / Business Users | Common dimensions, metrics, relationship configuration (slightly fewer capabilities than annotations) | Ad-hoc / exploratory modeling; quick iteration by non-Java roles |
Both approaches can coexist in the same project: define core complex models with annotations and manage them in git; business-side ad-hoc analysis uses visual modeling for quick validation, and stable models are later committed to annotations by developers.
Recommended workflow: Define core models with annotations → Use the visual interface for business self-service exploration → Stable models from exploration are converted back to annotations.
Why Not Use Looker / Metabase / Cube.dev / Build Your Own?
| Dimension | Looker (Google) | Metabase | Cube.dev | Custom SQL Stitching | Erupt Cube |
|---|---|---|---|---|---|
| Semantic Layer Definition | LookML (proprietary DSL) | Models (GUI configuration) | YAML / JS Schema | None (scattered in report SQL) | Java annotations (primary) + visual interface (secondary) |
| Language Ecosystem | LookML (requires separate learning) | Java / Clojure (closed-source core) | Node.js / TypeScript | Java | Java (same stack as business project) |
| Deployment | SaaS (closed-source) | Standalone service (Docker) | Standalone service | Integrated with business | Integrated with business project |
| Permission System Integration | Requires re-integration | Own user system requiring synchronization | No permissions included | Custom | Reuses Erupt UPMS — zero cost |
| Vendor Lock-In | Heavy (Google) | No (but community edition is limited) | No | No | No (source code delivered) |
| Domestic Database Support | Almost none | Fair | Fair | Depends on implementation | Dameng / KingbaseES / OceanBase, etc. |
| Price Range | $5,000+/month starting | Open source + enterprise edition fees | Open source + Cloud fees | 0 (excluding labor) | One-time purchase · View Pricing |
Database Support
| Type | Products |
|---|---|
| Analytical Data Warehouses (OLAP) | Apache Doris, StarRocks, ClickHouse, GreenPlum, Apache Hive, Presto, Trino, Impala, ADB |
| Relational Databases (OLTP) | MySQL, PostgreSQL, Oracle, SQL Server, TiDB |
| Domestic Databases | Dameng (DM), KingbaseES, OceanBase |
| Cloud-Native Data Warehouses | Redshift, Snowflake, BigQuery, Databricks, Alibaba Cloud MaxCompute, Huawei Cloud DWS |
Relationship with Google Looker
Looker takes the semantic layer concept to the extreme with LookML: the core idea is that all metric logic is defined only once and all reports share the same semantic layer. Erupt Cube replaces LookML's DSL with Java annotations, which is more developer-friendly for Java developers — no new language to learn — and enables deep integration with Erupt's permission, menu, and tenant capabilities.
Who Is This For?
- Mid-sized enterprise data teams (need BI but no dedicated data engineering headcount)
- Consulting firms / data delivery vendors (need to deliver dozens of dashboards per project)
- Traditional industry digital transformation teams (need OLAP but want to avoid Kylin / Looker pitfalls)
- Teams already using open-source Erupt (seamless upgrade; permissions inherited naturally)
FAQ
Q1 · What is the difference from the open-source Erupt? Open-source Erupt provides basic CRUD, forms, and simple report capabilities. erupt-cube is a commercial module that introduces a complete semantic layer + multi-data-source + drag-and-drop analysis + dashboard capabilities — this is not included in the open-source version and will not be open-sourced in the future.
Q2 · What is the relationship between erupt-chart and erupt-cube?
- erupt-chart: Configures charts directly with SQL; suitable for developers with SQL skills to quickly build fixed reports
- erupt-cube: A semantic layer-based BI platform; suitable for data analysts doing self-service drag-and-drop analysis, covering more complex OLAP scenarios
Both can be used independently or together (chart serves developers, cube serves business analysts). If the team is large with dedicated data analysts, going straight to cube is recommended.
Q3 · How is it delivered? After payment, provide your GitHub username. The author will add you as a collaborator to the private repository erupts/erupt-cube. You can clone the source code directly, compile locally, reference as needed, and will receive an integration document.
Q4 · Do I need to pay again for future version upgrades? No. One-time purchase = you have access to the current and all future versions. The private repository's master branch is continuously updated; just git pull.
Q5 · What about project count / commercial use / reselling?
- No project count limits: Deploy in as many internal or outsourced projects as you like
- No commercial restrictions: Can be used in commercial products (including selling your finished product, but you may not sell the erupt-cube source code itself)
- Reselling: Redistribution and secondary open-sourcing are prohibited; company name or entity changes can apply for license migration
Q6 · Trial / Refunds? The online demo has all features available (username cube / password cube). We recommend fully exploring it first. Once repository access is granted, delivery is considered complete and refunds are no longer supported.
For questions not listed above, scan the QR code above to contact the author on WeChat.
