Skip to content

clickzetta/clickzetta-sql-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clickzetta SQL Dashboard

Getting Started

# setup python env, 3.11 tested
pip install -r requirements.txt

# prepare clickzetta lakehouse connection
mkdir .streamlit
cd .streamlit
echo '[connections.WORKSPACE]' >> secrets.toml
echo 'url = "clickzetta://USER:PASSWORD@INSTANCE.ap-beijing-tencentcloud.api.clickzetta.com/WORKSPACE?virtualcluster=VCLUSTER"' >> secrets.toml

# run the app
streamlit run main.py

Open http://localhost:8501 in your browser.

About

A streamlit app for monitoring SQLs in Clickzetta Lakehouse

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages