Hello Graph! Write Your First SAP Graph Application
Get a brief introduction to SAP Graph, including the SAP Graph Navigator and programming basics.
You will learn
- What SAP Graph entails
- How to navigate connected data entities in the SAP Graph Navigator
hello world
programming essentials to try out SAP Graph
Prerequisites
- You will use Node.js and npm to build this application, and to keep it extremely simple, you will use the Express web framework. Not familiar with Node.js and Express? Refer to section Express/Node introduction, which also explains how to easily set up a Node development environment, whether you use Windows, MacOS or Linux.
- If you prefer to develop in the cloud without installing anything on your computer, SAP offers a great cloud-based development experience alternative in the form of the SAP Business Application Studio. Follow this tutorial for more details on getting your own instance.
- The rest of this tutorial assumes that you have installed Node.js and npm on your computer.