Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toddbirchard/tableau-extraction
📈➡️💾 A Flask application which extends Tableau to be used as an ETL tool.
https://github.com/toddbirchard/tableau-extraction
etl google-cloud-app-engine pandas postgresql python tableau
Last synced: about 1 month ago
JSON representation
📈➡️💾 A Flask application which extends Tableau to be used as an ETL tool.
- Host: GitHub
- URL: https://github.com/toddbirchard/tableau-extraction
- Owner: toddbirchard
- Created: 2018-12-21T09:49:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-20T03:36:41.000Z (about 1 year ago)
- Last Synced: 2024-05-12T00:44:38.326Z (8 months ago)
- Topics: etl, google-cloud-app-engine, pandas, postgresql, python, tableau
- Language: Python
- Homepage: https://hackersandslackers.com/hostile-extraction-of-tableau-server-data/
- Size: 51.7 MB
- Stars: 18
- Watchers: 4
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tableau View Extractor
![Python](https://img.shields.io/badge/python-^3.8-blue.svg?longCache=true&style=flat-square&colorA=4c566a&colorB=5e81ac&logo=Python&logoColor=white)
![Tableau Server Client](https://img.shields.io/badge/tableauserverclient-0.25-blue.svg?longCache=true&style=flat-square&colorA=4c566a&colorB=5e81ac&logo=ChatBot&logoColor=white)
![Requests](https://img.shields.io/badge/Requests-^v2.28.1-red.svg?longCache=true&style=flat-square&colorA=4c566a&colorB=5e81ac&logo=Python&logoColor=white)
![SQLAlchemy](https://img.shields.io/badge/SQLAlchemy-^2.0.0-red.svg?longCache=true&style=flat-square&logo=scala&logoColor=white&colorA=4c566a&colorB=bf616a)
![GitHub Last Commit](https://img.shields.io/github/last-commit/google/skia.svg?style=flat-square&colorA=4c566a&logo=GitHub&colorB=a3be8c)
[![GitHub Issues](https://img.shields.io/github/issues/toddbirchard/tableau-extraction.svg?style=flat-square&colorA=4c566a&logo=GitHub&colorB=ebcb8b)](https://github.com/toddbirchard/tableau-extraction/issues)
[![GitHub Stars](https://img.shields.io/github/stars/toddbirchard/tableau-extraction.svg?style=flat-square&colorA=4c566a&logo=GitHub&colorB=ebcb8b)](https://github.com/toddbirchard/tableau-extraction/stargazers)
[![GitHub Forks](https://img.shields.io/github/forks/toddbirchard/tableau-extraction.svg?style=flat-square&colorA=4c566a&logo=GitHub&colorB=ebcb8b)](https://github.com/toddbirchard/tableau-extraction/network)Application that provides an interface for extracting data from a Tableau Server instance. This project is part of a series of exercises that attempt to make data on self-hosted Tableau instances more available. Find the accompanying blog post [here](https://hackersandslackers.com/hostile-extraction-of-tableau-server-data/).
![Tableau View Extraction](./.github/img/[email protected])
## Status
This project is currently working as a POC and under active development. Upon completion, this application will be hosted on Google App Engine and allow for any Tableau server owner to build data pipelines using nothing but Tableau. If you're interested in seeing this project reach completion, please consider starring this project or express interest to let us gauge priority.
### In Development
The following features are currently in development:
* Tableau Server login
* Visual interface to specify external target database
* Scheduling
* Security hardening
* UI revamp