I'm building a Spring Boot application and considering using the SAP HANA Graph engine as graph database. I'm wondering if there’s an ORM framework, like Spring Data Neo4j, that supports direct interaction with HANA Graph.
It appears that we can model vertex and edge tables using Spring JPA, but when it comes to GraphScript, we are limited to using stored procedures. That means I have to create the procedure on the HANA instance first and then call it from the service instead of using a native query with Spring JPA for DB interaction.
Is there a more direct way to use GraphScript within SpringBoot without predefining stored procedures in HANA?
Request clarification before answering.
Hej, there is no ORM framework specifically for HANA property graph engine. When it comes to calling the engine you are not limited to procedures. You can also work with table functions or - in a more dynamic way - execute anonymous blocks. See https://help.sap.com/docs/hana-cloud-database/sap-hana-cloud-sap-hana-database-property-graph-engine...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.