-
Notifications
You must be signed in to change notification settings - Fork 1
Integrate: Add dedicated page about DataGrip #155
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
Conversation
docs/integrate/dbeaver/index.md
Outdated
For connecting to CrateDB, the [CrateDB JDBC Driver] will be used. | ||
::: | ||
:::{grid-item} | ||
{w=480px} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. I will probably need to ramp up a DBeaver myself, in order to capture the current state of affairs better. Within this iteration, I just reused existing resources for DBeaver. Maybe I will split the PR into two halves.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've diverted concerns about DBeaver to GH-157.
docs/integrate/dbeaver/index.md
Outdated
``` | ||
::: | ||
:::{grid-item} | ||
{w=480px} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. As mentioned above in the reply to @hlcianfagna, I figure the rework of the page about DBeaver needs more love, so I may break relevant changes out of this PR into a separate one.
Let me still ask one question: I figured the right way to use DBeaver would also be to use the CrateDB JDBC Driver instead of the vanilla pgJDBC driver, as it seems to be the right choice also for DataGrip, Apache Flink, and other integrations. Now that you are showing a settings dialogue that uses jdbc:postgresql://
, do you think I should adjust my assumption?
NB: The tutorial Blog: Use CrateDB With DBeaver also indicates that the CrateDB JDBC Driver should be used, including its specific protocol identifier jdbc:crate://
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've diverted concerns about DBeaver to GH-157.
be8f07e
to
5fee715
Compare
About
Refactor an item from the Ecosystem Catalog into a dedicated page in the CrateDB Guide.
Preview
https://cratedb-guide--155.org.readthedocs.build/integrate/datagrip/
References