odtp-org / odtp-pygwalker

CSV interactive visualization for ODTP executions or results.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

odtp-pygwalker

CSV interactive visualization

Tool Info Links
Original Tool https://github.com/Kanaries/pygwalker-in-streamlit
Current Tool Version commit-hash

ODTP command

odtp new odtp-component-entry \
--name odtp-pygwalker \
--component-version 0.1.0 \
--repository https://github.com/caviri/odtp-pygwalker

Data sheet

Parameters

No parameter

Input Files

File/Folder Description
*.csv Any number of csv files

Output Files

No output

Tutorial

How to run this component as docker

  1. Build the dockerfile
docker build -t odtp-pygwalker .
  1. Create a folder called odtp-input and place some .csv files inside.

  2. Run the following command. Mount the correct volumes for input/output folders.

docker run -it --rm \
-v $PWD/odtp-input:/odtp/odtp-input \
-p 8501:8501 \
--env-file .env odtp-pygwalker

Developed by

SDSC

About

CSV interactive visualization for ODTP executions or results.

License:GNU Affero General Public License v3.0


Languages

Language:Dockerfile 41.7%Language:Shell 29.9%Language:Python 28.4%