Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.73 KB

File metadata and controls

22 lines (18 loc) · 1.73 KB

TigerGraph Visual Query Tool

Description

  • 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)

Dependencies

Run App

  1. Clone repository to a local directory.
  2. Navigate to the directory in a CLI terminal and run 'streamlit run main.py'.
  3. The application should automatically open in the default browser. If it does not, enter the URL displayed in the terminal.

Future Improvements

  • more user control over how data is displayed
  • more ways to render data (charts, graphs, maps, etc.)