Skip to content

SAP HANA includes a graph engine for network analysis. The examples demonstrate the usage of built-in algorithms, e.g. for path finding.

License

Notifications You must be signed in to change notification settings

SAP-samples/hana-graph-examples

REUSE status

SAP HANA Graph Examples

SAP HANA includes a graph engine for network analysis. The examples demonstrate the usage of built-in algorithms, e.g. for path finding.

Description

SAP HANA's built-in graph algorithms, e.g. for shortest path finding, can be invoked within database procedures. The procedures are called from SQL, which is a nice way to integrate graph processing with relational. The sample procedures included in this repository help you understand the power of the language and also provide code snippets and reuse templates.

Self-contained scripts are in the GRAPH_PROCEDURES_EXAMPLES folder. You'll find templates for the built-in algorithms, e.g. BFS, and templates for common algorithms like closeness centrality.

A more advanced script, specifically related to different variants of path finding, is based on a flight routes dataset OPENFLIGHTS.

Using the POKEC dataset, there is a script we used to benchmark sequential vs. parallel execution of 1000 shortest path queries. It serves as a template for using the MAP_MERGE operator to parallelize graph queries.

In July 2021 the SAP HANA Python Client API was enhanced and now includes functions to leverage HANA's multi-model capabilities including Spatial, Graph, and JSON Document Store. If you are a data scientist working in python take a look at the Jupyter Notebook that demonstrates the use of the graph extensions on the Wellington stormwater network network.

Using London street network data, there is a script that demonstrates how to calculate isochrones using the graph engine's built-in shortest path one-to-all algorithm and some HANA-native spatial post processing.

The Wellington stormwater scenario describes how to estimate risk using graph analysis. It uses HANA Spatial features to estimate the load on a waternetowkr in case of rain. Graph analysis is then used to understand how the water flows through the network.

Requirements

In order to run the examples yourself you need a SAP HANA Cloud system and a basic understand of SQL or python. To get a system yourself, just register for a trial and take a look at this tutorial. Once set up and connected, you just need to open the SQL Editor of the SAP HANA Database Explorer and run the statements in the script, or connect one of the Jupyter Notebooks. Some of the examples are self-contained, others are made for external datasets (e.g. https://openflights.org/data.html) which can be downloaded and imported into HANA tables.

Download and Installation

The .sql scripts can just be copied to a SQL Editor and executed.

Limitations

Some parts of the scripts may not run on older versions of SAP HANA Cloud - just make sure your system is up-to-date.

Known Issues

None.

How to obtain support

This project is provided "as-is" - there is no guarantee that raised issues will be answered or addressed in future releases.

Contributing

At this point, the repository is maintained by SAP only. External contributions will not be considered. However, you are welcome to open a bug report.

To-Do (upcoming changes)

We plan to include additional examples and a ready to deploy HANA database module later.

License

Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the LICENSE file.

About

SAP HANA includes a graph engine for network analysis. The examples demonstrate the usage of built-in algorithms, e.g. for path finding.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published