I want to build schema file from my frontend app just like what happens in cube.js playground in dev mode. Is there any possibility to do so?
I want to build schema file from my frontend app just like what happens in cube.js playground in dev mode. Is there any possibility to do so?
Cube.js is meant to be used as a backend analytics API layer, that's why you should run it separately from your front-end project.
The general workflow is:
├── package-lock.json ├── package.json └── schema ├── file_with_cubes.js ├── file_with_cubes2.js ├── file_with_cubes3.js