Need to know which UI or tool i can connect with TigerGraphDB to show time series data

Hi Guys,

I am just newbie to the Tiger Graph and trying to see if tiger graph DB can be connected to any UI and solve or showcase time series problem use case.

I have attached the screenshot for reference which i saw on YouTube but not sure if it comes with Tiger Graph developer edition or not.

1 Like

Hey @RavindraNitwal,

TigerGraph Developer comes with GraphStudio included. There you can get the data in a graph way of showing it.

GraphStudio can also be used to write queries:
https://docs.tigergraph.com/ui/graphstudio/write-queries

To present the data in the way you saw in the Graph Gurus 20 webinar, you will need an application (Node.js, Python, Java) for fetching and data processing using TigerGraph RESTAPI interface:
https://docs.tigergraph.com/dev/restpp-api/introduction-restpp

TigerGraph response is in JSON format.

The best starting point would be our G101:
https://docs.tigergraph.com/start/gsql-101

1 Like

@RavindraNitwal A few community members have built things with REACT + D3 others have built dashboards with Plotly + Dash or Plotly + Streamlit using pyTigerGraph. So if you are a python developer these might be great options:

Few Examples of Dashboards:
https://dash-gallery.plotly.host/Portal/

Clinical Analysis:
https://dash-gallery.plotly.host/dash-clinical-analytics/

@RavindraNitwal Any particular language you are using?