SAP Home Learn Build Integrate Model Operate Extend with AI ConnectTutorial navigator Knowledge Graph API Devtoberfest Developer Advocates App Space

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
โคข Open full site

Create an SAP HANA Graph Workspace

Get an overview of what SAP HANA Graph is, load some sample data, and create your first graph workspace based on that data.

Overview

🎓 beginner 10 min. SAP HANABeginnerSAP HANA CloudExpress EditionSql

You will learn

  • โœ”What SAP HANA Graph is
  • โœ”How to create graph workspace using sample data
Markus Fath M Markus Fath March 7, 2023
Created by December 19, 2018
Contributors

Prerequisites

Prerequisites

Steps

Step 1 SAP HANA Graph
โ€”

SAP HANA Graph is an integral part of SAP HANA core functionality. It expands the SAP HANA with native support for graph processing and allows you to execute typical graph operations on the data stored in an SAP HANA system.

Graphs are a powerful abstraction that can be used to model different kinds of networks and linked data coming from many industries, such as logistics and transportation, utility networks, knowledge representation, text processing, and so on.

In SAP HANA, a graph is a set of vertices and a set of edges. Each edge connects two vertices; one vertex is denoted as the source and the other as the target. Edges are always directed and there can be two or more edges connecting the same two vertices. Vertices and edges can have an arbitrary number of attributes. A vertex attribute consists of a name that is associated with a data type and a value. Edge attributes consist of the same information.

Graph
Graph

For more please refer to online documentation for SAP HANA Cloud used in these exercises.

Step 2 Exercise data
+
Step 3 Create tables
+
Step 4 Review tables
+
Step 5 Insert data
+
Step 6 Preview data
+
Step 7 Create a graph workspace
+
Step 8 Check the workspace artifact
+
Step 9 Open Graph Viewer
+
Step 10 Customize a view of the graph
+
Step 11 Add more data
+
Step 12 Reset preview of the graph
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 12
1. SAP HANA Graph 2. Exercise data 3. Create tables 4. Review tables 5. Insert data 6. Preview data 7. Create a graph workspace 8. Check the workspace artifact 9. Open Graph Viewer 10. Customize a view of the graph 11. Add more data 12. Reset preview of the graph

Learn more →