To create the Graphs by using the UI Based Configurator, follow these steps:
1. In the Create new Graph Configuration
dialog box, click Wizard and specify the following information:
§ Name
Define a unique graph name for this graph.
§ Format
Data studio provides creating a graph from multiple formats, such as: Two tables, PGB, Edge list, Adjacency list, Flat file, GraphML, PG, and RDF.
§ Vertex Properties
Define the properties and types that your vertices must have in the graph. For example a Patient Vertex can have a Name (string) property.
§ Edge Properties
Define the properties and types that your edges must have in the graph. For example a Patient_Medication Edge can have a Dose (String) property.
§ Datastore
Choose the data source for the vertices and edges of the graph. Depending on the option you have to provide different information.
§ File
Provide the Vertex URL List and the Edge URL List.
§ Spark
Provide the Nodes and the Edges Table Name.
§ RDBMS
Provide the username, password, number of connections, Nodes and Edges Key Columns and the From and To Node ID Columns.
§ Advance Mode
Click Advance Mode to add more properties related to Vertex and Edge.
2. Click Create. The graph is created.