-
Notifications
You must be signed in to change notification settings - Fork 1
Tableau: Usage guide #306
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
base: main
Are you sure you want to change the base?
Tableau: Usage guide #306
Conversation
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
docs/integrate/tableau/tutorial.md
Outdated
(tableau-tutorial)= | ||
# Using CrateDB with Tableau | ||
|
||
For using Tableau with CrateDB, install the latest PostgreSQL driver, as detailed in the steps below. | ||
|
||
1. Download the Java 8 JDBC driver (e.g. `postgresql-42.7.1.jar` or newer) from https://jdbc.postgresql.org/download/. | ||
2. Move the downloaded `.jar`-file (e.g. `postgresql-42.7.1.jar`) into the Tableau Driver folder. | ||
> * **Windows**: `C:\Program Files\Tableau\Drivers` | ||
> * **Mac**: `~/Library/Tableau/Drivers` | ||
> * **Linux**: `/opt/tableau/tableau_driver/jdbc` | ||
3. Open Tableau. | ||
4. Create a `PostgreSQL` connection. | ||
|
||
{height=500px} | ||
5. Start using Tableau with CrateDB. |
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.
@surister: That's the original from Using CrateDB with Tableau. It should probably be considered outdated and be replaced or refer to the new connector's "Install" section instead?
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.
We could consider that yeah, even though using the jdbc connector might work fine for simple things.
This is from the README right? Do you think it'd be better if I took this and expanded it a little bit, perhaps with some key screenshots and following the guide myself in my tableau installation? |
Yeah, my intention was to just stage this patch and then humbly ask you to take over and cherry-pick / curate a good variant from your pen, probably based on the project's README and DEVELOP files. It's a good idea to include key screenshots at your disposal, please link to them so they not necessarily need to be physically included here. Thank you. 🙏
If you want, you can retain the "basic setup" based on the PostgreSQL connector in a separate page, maybe |
About
Continue adding integration guides from the community forum.
Preview
References