Initial Release
iris-DataViz is an Exploratory Data Analysis and Visualization Streamlit Application that leverages the functionality of IRIS embedded python and SQLAlchemy to interact with IRIS, as well as the PyGWalker python library for data analysis and data Visualization. PyGWalker (Python Graphic Walker) is an interactive data visualization library built for Python, aiming to bring the ease and functionality of Tableau-style drag-and-drop visualization into Python environments.
git clone https://github.com/mwaseem75/iris-DataViz.git
docker-compose build
docker-compose up -d
Application already imported car-related data. In order to view the data navigate to the Management Portal SQL (http://localhost:52773/csp/sys/exp/%25CSP.UI.Portal.SQL.Home.zen?$NAMESPACE=USER) to view Data [SuperUser | SYS]
To run the application Navigate to http://localhost:8051
Select Namespace,Schema and table. Click on Data tab to view the data
Drag desired columns in X-Axis and Y-Axis, and select the desired graph type.