- Connect to a TigerGraph database
- Run an installed query or create and run a new one
- Set arguments using interactive Streamlit widgets
- Choose how the data is displayed (currently JSON and table)
- Clone repository to a local directory.
- Navigate to the directory in a CLI terminal and run 'streamlit run main.py'.
- The application should automatically open in the default browser. If it does not, enter the URL displayed in the terminal.
- more user control over how data is displayed
- more ways to render data (charts, graphs, maps, etc.)