mechevarria / seed-hdi

Seed project to deploy an HDI container to SAP Cloud Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

seed-hdi

Deploys an empty HDI Container to SAP Cloud Platform. A seed project to start SAP HANA development locally or in SAP Business Application Studio

Requirements

  • An account on SAP Cloud Platform Free Trial available for up to 90 days
  • An enterprise instance of the SAP HANA Database service

service

Deploy

  • 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

Access the database

  • 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

seed

Additional Tutorial

  • Create artifacts and query with this tutorial

About

Seed project to deploy an HDI container to SAP Cloud Platform


Languages

Language:Shell 100.0%