Skip to content
master
cube.js/rust/
cube.js/rust/

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Cube.js

Website β€’ Docs β€’ Examples β€’ Blog β€’ Slack β€’ Twitter

npm version GitHub Actions FOSSA Status

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.

You can’t perform that action at this time.