Connect SAP HANA Database in SAP HANA Cloud to Python
- What the hana-ml library is
- What an SAP HANA data-frame is
- How to set up your Jupyter Notebook connection for an SAP HANA database in SAP HANA Cloud
- What a connection context is
Prerequisites
- Access to SAP HANA Cloud, either with a free trial account or with a production account.
- Provision an SAP HANA Cloud, SAP HANA database instance and ensure that it’s running.
This tutorial is part of a tutorial group, in which you will learn how to use the new enhanced features of hana-ml library that support the multi-model capabilities of SAP HANA Cloud, SAP HANA database. This tutorial group will focus on creation, visualization, and analysis of a Graph Workspace in the database using sample data based on Wellington’s storm water network.
The goal is to introduce you to various algorithms in the hana-ml library that can help to visualize and analyze the data in the form of graphs.
In this tutorial, you will create a connection between your database instance and your Python environment based on the data from Wellington Water Open Data Portal.
The following terms are used in specific contexts:
data-frame : when referring to the logical concept of a data frame
dataframe
: when referring to a Python Object