cube-js / cube-js/cube

[Need Help!] dockercompose - MinIO with duckdb on Cube

Open
#9,273 5 comments 0 reactions 1 assignee Claimed by @igorlukanin View on GitHub
question
Dominant language
Rust
Stars
20.8k
Forks
2.1k
Avg merge
1d 2h
Merged PRs (30d)
181

Description

I encountered an issue deploying the Cube.js service using Docker Compose on a virtual machine (VM). The service fails to start correctly, and no error logs indicate the root cause of the failure.

Environment Details:
Service: Cube.js (cubejs/cube:latest)
Environment: Virtual Machine (VM)

```yaml
services:
cube:
image: cubejs/cube:latest
ports:
- 4001:4000

environment:
- CUBEJS_DEV_MODE=true

- CUBEJS_DB_TYPE=duckdb
- CUBEJS_DB_DUCKDB_S3_REGION='us-east-1'
- CUBEJS_DB_DUCKDB_S3_ACCESS_KEY_ID=xxxx
- CUBEJS_DB_DUCKDB_S3_SECRET_ACCESS_KEY=xxx
- CUBEJS_DB_DUCKDB_S3_ENDPOINT=http://xxxxx
- CUBEJS_DB_DUCKDB_S3_USE_SSL=false
- CUBEJS_DB_TYPE=duckdb

volumes:
- ./cubestore:/cube/data

```
I am trying to retrieve data from MinIO using DuckDB as an in-memory database, and then display the data schema on Cube.
I have only tested placing a parquet file in my MinIO bucket, but I can't seem to start the service.

So I need someone to help me deal with it or advise me. Thank you.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.