Sample for Cubejs QuestDB integration is out dated
- 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
Assessment
This issue has not been assessed yet.