cube-js / cube-js/cube

Sample for Cubejs QuestDB integration is out dated

Open
#8,177 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
20.8k
Forks
2.1k
Avg merge
1d 2h
Merged PRs (30d)
181

Description

**Describe the bug**
https://cube.dev/blog/time-series-data-analytics-with-questdb

is a nice tutorial, but it is a few years old, and using the docker example with "latest" builds is not the right mixture of versions for cubejs and questdb. Older versions can match the example, and the latest won't run successfully.

**To Reproduce**
Steps to reproduce the behavior:

Run the steps in https://cube.dev/blog/time-series-data-analytics-with-questdb

Observe the failure to be able to complete the tutorial

**Expected behavior**

Steps should match exactly https://cube.dev/blog/time-series-data-analytics-with-questdb

My recommendation is to update the blog post, or change the blog post to use the exact supported versions.

This combination works:

image: "cubejs/cube:v0.31.69"
image: "questdb/questdb:6.7"

**Version:**
latest

**Additional context**
na

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.