- This is a utility docker container to create a tunnel to a SAP ASE instance in the SAP BTP Neo environment. This allows for local development and database connections.
- The repository has the SAP BTP Tools for neo zip included from https://tools.hana.ondemand.com
- The SAP BTP Tools for Neo cannot run on a JDK later than 8, thats why this is containerized
- Create a file called
neo.envwith the environment variables needed. These are passed to theopen-tunnel.shscript
HOST=us3.hana.ondemand.com
USER=<btp user id>
DB_ID=<lowercase name of database>
SUB_ACCOUNT=<found in subaccount, 10 letters and numbers>
PASSWORD=<btp password>- Run the
docker-run.shscript to create a tunnel to your database. The console will give the connection information and proxy requests tolocalhostto the platform
- Edit the
docker-build.shscript to remove thepushline to my own repository and edit with your own. That way you can build your own container locally to make changes