{"id":28545587,"url":"https://github.com/crate/cratedb-tableau-connector","last_synced_at":"2025-10-10T05:39:18.461Z","repository":{"id":229660509,"uuid":"775055362","full_name":"crate/cratedb-tableau-connector","owner":"crate","description":"Tableau connector for CrateDB.","archived":false,"fork":false,"pushed_at":"2025-10-02T11:01:42.000Z","size":1638,"stargazers_count":3,"open_issues_count":6,"forks_count":1,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-10-02T13:10:20.211Z","etag":null,"topics":["cratedb","cratedb-connector","tableau","tableau-connector","tableau-desktop","tableau-extension","tableau-server"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/crate.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-20T17:17:37.000Z","updated_at":"2025-10-02T11:01:44.000Z","dependencies_parsed_at":"2025-02-10T13:21:29.263Z","dependency_job_id":"0b3d0940-c9fa-4c4e-ad67-a1f4c35bb961","html_url":"https://github.com/crate/cratedb-tableau-connector","commit_stats":null,"previous_names":["crate/cratedb-tableau-connector"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/crate/cratedb-tableau-connector","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crate%2Fcratedb-tableau-connector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crate%2Fcratedb-tableau-connector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crate%2Fcratedb-tableau-connector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crate%2Fcratedb-tableau-connector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crate","download_url":"https://codeload.github.com/crate/cratedb-tableau-connector/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crate%2Fcratedb-tableau-connector/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002891,"owners_count":26083468,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cratedb","cratedb-connector","tableau","tableau-connector","tableau-desktop","tableau-extension","tableau-server"],"created_at":"2025-06-09T23:08:10.120Z","updated_at":"2025-10-10T05:39:18.457Z","avatar_url":"https://github.com/crate.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CrateDB connector for Tableau\n\n[![CI status](https://github.com/crate/cratedb-tableau-connector/actions/workflows/main.yml/badge.svg?style=flat)](https://github.com/crate/cratedb-tableau-connector/actions/workflows/main.yml)\n![TDVT compatibility](https://img.shields.io/badge/TDVT%20compatibility-96%25-brightgreen?style=flat)\n![CrateDB version](https://img.shields.io/badge/CrateDB-\u003e=5.10.1-brightgreen?style=flat\u0026logo=cratedb)\n![pgJDBC version](https://img.shields.io/badge/PostgreSQL%20JDBC%20driver-\u003c=42.7.4-brightgreen?style=flat\u0026logo=postgresql)\n![GitHub release](https://img.shields.io/github/v/release/crate/cratedb-tableau-connector?style=flat)\n\n## About\n\n[Tableau] is a visual business intelligence and analytics software platform.\nIt expresses data by translating drag-and-drop actions into data queries\nthrough an intuitive interface.\n\n[CrateDB] is a distributed and scalable SQL database for storing and analyzing\nmassive amounts of data in near real-time, even with complex queries. It is\nPostgreSQL-compatible, and based on Lucene.\n\nThe [CrateDB connector for Tableau] provides optimal connectivity and usability\nwith Tableau's line of products. It is based on the [PostgreSQL JDBC driver].\n\n## Install\n\nYou will need to download the PostgreSQL JDBC driver ([JAR file]), and the CrateDB connector ([TACO file]).\n\n### PostgreSQL JDBC driver\n\nWarning: PostgreSQL JDBC driver versions `\u003e=postgresql-42.7.5.jar` are not compatible with CrateDB. \nThe latest validated version is `postgresql-42.7.4.jar`.\n\nDownload the driver JAR file from the [pgJDBC page] into:\n\n- Windows: `C:\\Program Files\\Tableau\\Drivers`\n- Mac: `~/Library/Tableau/Drivers`\n- Linux: `/opt/tableau/tableau_driver/jdbc` \n\n### CrateDB connector\n\nYou can find the connector within the \"Assets\" sections on the\n[releases page]. Download the [TACO file], for example `cratedb_jdbc-v0.0.5.taco`,\ninto:\n\n#### Tableau Desktop\n\n- Windows: `C:\\Users\\[Windows User]\\Documents\\My Tableau Repository\\Connectors`\n- MacOS: `/Users/[user]/Documents/My Tableau Repository/Connectors`\n\n#### Tableau Prep Builder\n\n- Windows: `C:\\Users\\[Windows User]\\Documents\\My Tableau Prep Repository\\Connectors`\n- MacOS: `/Users//Documents/My Tableau Prep Repository/Connectors`\n\n#### Tableau Server\n- Windows: `C:\\Program Files\\Tableau\\Connectors`\n- Linux: `/opt/tableau/connectors`\n\nFor older versions, see [Tableau Connector SDK legacy documentation].\n\nImportant: For Tableau Server, in multi node setups, the connector has to be installed in every node.\n\n## Usage\n\nFor development purposes, please read the [sandbox documentation](./DEVELOP.md).\n\n## Compatibility status\n\nCompatibility is validated using Tableau's Connector SDK, using its\n[TDVT suite]. Compatibility progress is tracked in [TABLEAU-2].\n\n```\nCrateDB version: 5.10.1\nLast update: 20/02/2024\nPass: 96%\n```\n```\nTest Count: 848 tests\nPassed tests: 807\nFailed tests: 41\nTests run: 848\nDisabled tests: 0\nSkipped tests: 0\n```\n\n\n[CrateDB]: https://cratedb.com/database\n[CrateDB connector for Tableau]: https://github.com/crate/cratedb-tableau-connector\n[JAR file]: https://en.wikipedia.org/wiki/JAR_(file_format)\n[pgJDBC page]: https://jdbc.postgresql.org/download/\n[PostgreSQL JDBC driver]: https://jdbc.postgresql.org/\n[releases page]: https://github.com/crate/cratedb-tableau-connector/releases\n[TACO file]: https://help.tableau.com/current/pro/desktop/en-us/examples_connector_sdk.htm\n[Tableau]: https://www.tableau.com/\n[Tableau Connector SDK legacy documentation]: https://help.tableau.com/current/pro/desktop/en-us/examples_connector_sdk.htm\n[TABLEAU-2]: https://github.com/crate/cratedb-tableau-connector/issues/2\n[TDVT suite]: https://tableau.github.io/connector-plugin-sdk/docs/tdvt\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrate%2Fcratedb-tableau-connector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrate%2Fcratedb-tableau-connector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrate%2Fcratedb-tableau-connector/lists"}