Deploys an empty HDI Container to SAP Cloud Platform. A seed project to start SAP HANA development locally or in SAP Business Application Studio
- An account on SAP Cloud Platform Free Trial available for up to 90 days
- An enterprise instance of the SAP HANA Database service
-
The Cloud Foundry cli for local development
-
Setup SAP Business Application Studio for online development
- Make sure you are logged into your SAP Cloud Platform space by running
./cf-login.sh
- The script assumes your platform credentials are available as environment variables. Place in ${HOME}/.profile or **${HOME}/.bashrc
export CP_USER=i111222
export CP_PASSWORD=SapCloudPlatformPassword
-
Adjust the org and space values for your account
-
Create and deploy the container with
./cf-db.sh
- Get the access configuration from the service keys section of the instance in the cockpit or with the
cli
with the following command
cf service-key seed-db seed-db-key
- Create artifacts and query with this tutorial