-
Notifications
You must be signed in to change notification settings - Fork 88
guide hana
This section contains hints for those who use SAP HANA, a very powerful and fast RDBMS. If you have chosen a different persistence technology on purpose you can simply ignore this guide. Besides general hints about the driver there are tips for more tight integration with other SAP features or products.
The hana JDBC driver is available in Maven Central what makes your life very easy. All you need is the following maven dependency:
<dependency>
<groupId>com.sap.cloud.db.jdbc</groupId>
<artifactId>ngdbc</artifactId>
<version>${hana.driver.version}</version>
</dependency>
hana.driver.version
may be 2.3.55
, but check yourself at http://central.maven.org/maven2/com/sap/cloud/db/jdbc/ngdbc/ for the proper or most recent version.
For your local development environment you will love the free SAP HANA, Express Edition.
You can run HANA in several ways:
-
On-premise
-
Via a Docker image (Linux only)
-
Via a pre-configured virtual machine (Windows, Linux, OS X)
-
Installed natively on your local machine (Linux only)
-
-
In the cloud
-
Via a pre-configured machine on the Google Cloud Platform
-
Via a pre-configured machine in the Microsoft Azure Cloud
-
Via a pre-configured machine on Amazon Web Services
-
To get started with SAP HANA, Express Edition you can check out the tutorials at the SAP Developer Center.
This documentation is licensed under the Creative Commons License (Attribution-NoDerivatives 4.0 International).