Skip to content

GraphStudio

Graph Schema

  1. When your solution is done (pending tasks complete), hover over the symbols under actions to see the solutions operation icon and start your solution. Click the Applications icon and enter GraphStudio.
  2. You should be in the Global View. Click that name on the left and create a graph: we named ours ProductGraph. Graph creation
  3. Design your graph schema based on the Amazon Product review data by adding vertex, edge types, and their corresponding attributes. data

For our purposes, be sure to click directed for edges between vertices so you can create the reverse edge at the same time. vertex edge creation vertex edge creation vertex edge creation 4. Final schema! Remember to save! Submit Solution

Map and Load Data

  1. Upload the cleaned data and check has header box and confirm the formatting. data upload
  2. Hover over the symbols bar and click the arrows for "map datafile to vertex or edge." Then you can start mapping the data corrresponding to graph vertex and edge information. data map data map data map
  3. Publish data mapping
  4. Click start and load data. Check if your stats look similar to ours: data map

Explore Graph

You can pick vertices to explore by type or id. Double click on a vertex to expand its edges and neighbor vertices. Hovering over a vertex or edge will review more details and attributes and click hide (crossed out eye) to clear your screen without deleting from your graph. explore1 explore2 explore3

Now you are all set with your graph schema! Move onto queries to analyze data and use your graph!

Back to top