Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
![]()
<p align="center">
<a href="https://cube.dev?ref=github-readme"><img src="https://raw.githubusercontent.com/cube-js/cube/master/docs/content/cube-core-logo.png" alt="Cube Core — Open-Source Semantic Layer" width="300px"></a>
</p>
Expand All @@ -15,7 +14,8 @@ __Cube Core is the open-source semantic layer.__ Define metrics, dimensions, joi
Cube Core works with all SQL data sources, including cloud data warehouses like Snowflake, Databricks, and BigQuery; query engines like Presto and Amazon Athena; and application databases like Postgres. It has a built-in relational caching engine to provide sub-second latency and high concurrency for API requests.

<img
src="https://lgo0ecceic.ucarecd.net/418db1f9-7597-4e00-8c10-eba19fcac20f/"
src="https://raw.githubusercontent.com/cube-js/cube/master/docs/content/cube-core-schema.png"
alt="Cube Core — semantic layer connecting data sources to embedded analytics, BI tools, and AI agents"
style="border: none"
width="100%"
/>
Expand Down
7 changes: 3 additions & 4 deletions docs-mintlify/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 6 additions & 13 deletions docs-mintlify/logo/dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 6 additions & 8 deletions docs-mintlify/logo/light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/content/cube-core-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/content/cube-core-schema.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/public/apple-touch-icon-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/public/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/public/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/public/favicon.ico
Binary file not shown.
12 changes: 4 additions & 8 deletions docs/public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/cubejs-backend-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"@cubejs-backend/linter": "1.7.19",
"@types/bytes": "^3.1.5",
"@types/cli-progress": "^3.9.1",
"@types/decompress": "^4.2.7",
"@types/jest": "^29",
"@types/node": "^22",
"@types/node-fetch": "^2.5.8",
Expand All @@ -45,8 +44,8 @@
"bytes": "^3.1.2",
"cli-progress": "^3.9.0",
"cross-spawn": "^7.0.3",
"decompress": "^4.2.1",
"env-var": "^6.3.0",
"extract-zip": "^2.0.1",
"fs-extra": "^9.1.0",
"generic-pool": "^3.9.0",
"lru-cache": "^11.1.0",
Expand All @@ -55,6 +54,7 @@
"node-fetch": "^2.6.1",
"proxy-agent": "^6.5.0",
"shelljs": "^0.8.5",
"tar": "^7.5.22",
"throttle-debounce": "^3.0.1",
"uuid": "^8.3.2"
},
Expand Down
Loading
Loading