An open API service indexing awesome lists of open source software.

https://github.com/01110011011101010110010001101111/streamlit_tg_li


https://github.com/01110011011101010110010001101111/streamlit_tg_li

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# TigerGraph Streamlit and Graphistry Spotify Dashboard

## Overview

In this project, we'll be visualising our TigerGraph Data using Streamlit and Graphistry. The TigerGraph data we'll be using will be the SpotifyGraph.

## Get Started with TigerGraph Cloud

To learn a little about TigerGraph Cloud and how to get started, check out [this blog](https://www.tigergraph.com/blog/getting-started-with-tigergraph-3-0/) and [this video](https://www.youtube.com/watch?v=NtNW2e8MfCQ).

## Prerequisites

* Create a [Graphistry Account](https://graphistry.com/)

## Create the Dashboard

1. Create the TigerGraph Spotify Graph
2. Update `cred_example.py` with your TigerGraph and Graphistry credentials and rename it to `cred.py`.
3. Create a virtual environment with `python3 -m venv venv` and activate it with `source venv/bin/activate`. Install the libraries with `pip install -r requirements.txt`.
3. Run `streamlit run index.py` and open `http://localhost:8501/`.