Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sample for Cubejs QuestDB integration is out dated #8177

Open
truedat101 opened this issue Apr 21, 2024 · 1 comment
Open

Sample for Cubejs QuestDB integration is out dated #8177

truedat101 opened this issue Apr 21, 2024 · 1 comment

Comments

@truedat101
Copy link

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

@igorlukanin
Copy link
Member

Hi @truedat101 👋

Observe the failure to be able to complete the tutorial

Could you please provide more details here? What exactly did not work for you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants