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

Deploy a Node.js Application for SAP HANA

Deploy a sample Node.js application which connects to SAP HANA, express edition or SAP HANA Cloud.

Overview

🎓 beginner 30 min. SAP HANABeginnerCloudExpress EditionSAP HANA Cloud
Thomas Jung T Thomas Jung November 2, 2022
Created by January 13, 2020
Contributors

Prerequisites

Steps

Prerequisites and Assumptions

  • User knows how to install packages and develop using Node.js
  • Setup: HANA, express edition or SAP HANA Cloud must be running and accessible from your client platform. For instructions on how to setup a HANA, express edition see the HANA Express database deploy tutorial. For instructions on starting SAP HANA Cloud trial see the Help Thomas Get Started with SAP HANA.
  • This tutorial assumes that you have a database login that can access the M_DATABASE view in the HANA, express edition SystemDB or in SAP HANA Cloud.
  • Tutorials: Setup Node.js to connect to SAP HANA
Step 1 Prepare Environment for Node.js
โ€”

Install support package for Node.js and Express:

Install the Node.js package called express-generator globally:

Shell
npm install -g express-generator
Step 2 Develop Simple Node.js Application
+
Step 3 Extend Simple Node.js Application to Run as a Web Application
+
Step 4 Additional Information
+

Resources

Discussion

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

Submit detailed feedback Discuss in Community
Steps
Step 1 of 4
1. Prepare Environment for Node.js 2. Develop Simple Node.js Application 3. Extend Simple Node.js Application to Run as a Web Application 4. Additional Information

Learn more →