This project is built for TigerGraph Web App Hack. Mainly it is a tool for making time-based custom metrics with TigerGraph database. Take a look at the hackathon submission for detailed introduction.
This project got the "Most Popular" award in the hackathon.
It needs tg_config.json to get data from tigergraph database and to understand the lifetime properties of object types.
Run streamlit run main.py
Mainly I used Python 3, streamlit, graphistry. It also imports some other python libraries (pandas, requests) which all can be installed with pip.
