Native module for Cube.js (binding to Rust codebase)
npm install @cubejs-backend/nativeWebsite • Docs • Blog • Slack • Twitter


Native module for Cube.js (binding to Rust codebase).
> If your platform/architecture is not supported, you can launch Cube
> using Docker.
There are two different types of builds: with Python, and a fallback.
If Cube cannot detect a libpython library or your system is not supported, it will use a fallback build.
Supported python versions: 3.12, 3.11, 3.10, 3.9.
| | linux-gnu | linux-musl | darwin | win32 |
|----------|:-----------:|:------------:|:--------:|:-------:|
| x86 | N/A | N/A | N/A | N/A |
| x86_64 | ✅ | N/A | N/A | N/A |
| arm64 | ✅ | N/A | N/A | N/A |
| | linux-gnu | linux-musl | darwin | win32 |
|----------|:-----------:|:------------:|:--------:|:-------:|
| x86 | N/A | N/A | N/A | N/A |
| x86_64 | ✅ | N/A | ✅ | ✅ |
| arm64 | ✅ | N/A | ✅ | |
Cube.js Native is Apache 2.0 licensed.