Website β’ Docs β’ Examples β’ Blog β’ Slack β’ Twitter
Cube Store
Cube.js pre-aggregation storage layer.
Build
docker build -t cubejs/cubestore:latest .
docker run --rm cubejs/cubestore:latest
Development
Check out https://github.com/cube-js/arrow/tree/cubestore-2020-11-06 and put .cargo/config.toml in the current directory with following contents:
paths = ["../../arrow/rust"]
It should point to checked out Apache Arrow fork and it'll allow you to build project against locally modified sources.
License
Cube Store is Apache 2.0 licensed.