{"id":19035508,"url":"https://github.com/keplergl/kepler.gl-tableau","last_synced_at":"2025-08-17T12:43:12.562Z","repository":{"id":54569476,"uuid":"175709314","full_name":"keplergl/kepler.gl-tableau","owner":"keplergl","description":"A Tableau Extension for embedding and interacting with Kepler.gl.","archived":false,"fork":false,"pushed_at":"2021-02-10T05:48:12.000Z","size":46018,"stargazers_count":49,"open_issues_count":8,"forks_count":17,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-23T18:47:36.891Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/keplergl.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}},"created_at":"2019-03-14T22:26:29.000Z","updated_at":"2024-12-20T18:14:38.000Z","dependencies_parsed_at":"2022-08-13T20:00:57.240Z","dependency_job_id":null,"html_url":"https://github.com/keplergl/kepler.gl-tableau","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/keplergl/kepler.gl-tableau","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keplergl%2Fkepler.gl-tableau","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keplergl%2Fkepler.gl-tableau/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keplergl%2Fkepler.gl-tableau/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keplergl%2Fkepler.gl-tableau/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keplergl","download_url":"https://codeload.github.com/keplergl/kepler.gl-tableau/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keplergl%2Fkepler.gl-tableau/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270850079,"owners_count":24656448,"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-08-17T02:00:09.016Z","response_time":129,"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":[],"created_at":"2024-11-08T21:51:03.427Z","updated_at":"2025-08-17T12:43:12.514Z","avatar_url":"https://github.com/keplergl.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kepler.gl Tableau\n\n## Introduction\n\n![kepler.gl for Tableau](./docs/kepler.gl-tableau.gif)\n\nThis is the kepler.gl tableau extension. It will load a kepler.gl map visualization inside your Tableau Desktop App. You can use the same UI as in the kepler.lg demo app to interact with your map. The map can also be set up to communicate with your other Tableau charts.\n\nDue to the required WebGL support. This extension is supported on **Tableau Desktop (Mac Only) 2018.3** or **\u003e= 2019.1.2** and **Tableau Server**.\n\n## Env Requirements\nTableau Desktop (Mac Only) 2018.3 or \u003e= 2019.1.2 and Tableau Server\n\n## Quick Start\n#### Step 1: Locate kepler.gl on the extension Gallery\n\n#### Step 2: Click ‘Allow’ to permit the extension to run.\n\n![Tableau Dashboard 3](./docs/Picture3.png)\n\n#### Step 3: Custom configurations\nSelect sheet to plot, setup your own mapbox access token (optional) and how to do you want Tableau dashboard to communicate with your kepler.gl map. **kepler.gl is a client-side app. Your data stays in your Tableau application.**\n\n![Tableau Dashboard 4](./docs/Picture4.png)\n\n#### Step 4: Interact with your map in kepler.gl.\n\n![Tableau Dashboard 5](./docs/Picture5.gif)\n\n#### Step 5: Save and reload\nNo action is needed to save your map. kepler.gl will automatically save it to your Tableau session.\n\n#### Step 6: Submit Feedback and Help us Test!\n\n## Local Development Setup\nFor a development installation (requires npm, node and yarn):\n\nInstall [node](https://nodejs.org/en/download/package-manager/) (`\u003e 8.15.0`), [yarn](https://yarnpkg.com/en/docs/install). For best management of Node versions, use [nvm](https://github.com/creationix/nvm)\nthen simply run `nvm use 8`.\n\nThis project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).\n\n### Start local app\n##### 1. Clone repo\n```sh\ngit clone git@github.com:uber/kepler.gl-tableau.git\n```\n\n##### 2. Install\n```sh\nyarn --ignore-engines\n```\n\n##### 3. Start local app session\n```sh\nyarn start\n# or\nnpm start\n```\n\n### Setup local extension in Tableau Desktop\n##### 1. Launch Tableau\nopen tableau workbook (get it from public folder of this repo)\n- NOTE: if you want to enable remote debugging, use this command in terminal to open tableau\n\n```sh\nopen /Applications/Tableau\\ Desktop\\ 2020\\.1.app --args --remote-debugging-port=8696\n```\n\nA debug session will be available in browser http://localhost:8696\n\n##### 2. Execute extension in tableau\n\n- copy the `datablick-kepler-gl.trex` file (inside the `public` folder) into your `extensions` folder of the `My Tableau Repository` (likely in your `Documents` folder).\n\n- Go to the Tableau window that opened when running the above command.\n\n- Drag the extension onto view and select the trex file from your my tableau repository\\extensions folder.\n\n- More information on [Tableau Extensions API](https://tableau.github.io/extensions-api/#) about [Get Started with Dashboard Extensions\n](https://tableau.github.io/extensions-api/docs/trex_getstarted.html)\n\n### Deploy\nDeploy local app to uber.github.io, this will be the app that Tableau extension loads from\n```sh\nnpm run deploy\n```\n\n## Links\n- [kepler.gl Support Policy](https://kepler.gl/policy)\n- [Privacy Policy](https://lfprojects.org/policies/privacy-policy/)\n- [Term of Use](https://lfprojects.org/policies/terms-of-use/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeplergl%2Fkepler.gl-tableau","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeplergl%2Fkepler.gl-tableau","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeplergl%2Fkepler.gl-tableau/lists"}