Skip to content

SAP-samples/hana-enterprise-search-engine

SAP HANA Enterprise Search Engine

REUSE status

Documentation

Check out the documentation here

Description

This enterprise search engine example program shows how to utilize SAP HANA Search which is part of both, cloud and on-premise shipments, of SAP HANA DB. It provides REST-APIs for search and CRD (create, read, delete) to process structured business objects and their relationships. To do so, it maps this business perspective to a technical perspective which is then processed by HANA. SAP CAP can be used to model the business objects and their relationships. The example also shows how to use the enterprise search UI which is delivered as part of SAP UI5. Programming language is Python.

Architecture Overview

Known Issues

This is an example application in an early stage of development, so

  • don't store personal information because of missing access logging
  • don't store sensitive information because there is no access control
  • don't use the example application productively because users and passwords generated by config.py are stored plaintext in src/.config.json
  • make sure that your system setup (tenent creation, post data model, post data) is completely automated as there is no migration provided between different (minor) versions of this example
  • don't expect mature error handling. Use the provided tests as a starting point

How to obtain support

This is an example application and not supported by SAP. However, you can create an issue in this repository if you find a bug or have questions about the content.

Contributing

If you wish to contribute code, offer fixes or improvements, please send a pull request. Due to legal reasons, contributors will be asked to accept a DCO when they create the first pull request to this project. This happens in an automated fashion during the submission process. SAP uses the standard DCO text of the Linux Foundation.

Code of Conduct

see here

License

Copyright (c) 2022 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.