For the host and participants of the Hands-on SAP Dev live stream show to share discoveries & scripting efforts in the collective dive into messaging on SAP Business Technology Platform - specifically in the Diving into messaging on SAP Business Technology Platform series.
New (30 Oct 2020) For the current Graphing SAP Enterprise Messaging Artifacts miniseries, there's a new graphing subdirectory in this repo, with its own README with info on the tools, and all the resources we're creating together.
The scripts in this repo are Bash shell scripts. Therefore, to try these scripts out yourself, you'll need a Bash shell, which is available on macOS, Linux and Windows (with the Windows Subsystem for Linux). You will need some basic tools, in particular jq
, yq
and curl
. You'll also need cf
, the Cloud Foundry CLI. If you want to try out the CAP projects you'll need a Node.js installation of the SAP Cloud Application Programming Model - see the CAP documentation for details.
Of course, there's also a Bash shell in the SAP Business Application Studio (App Studio), which is wonderful. If you want to use that, there's a little script appstudiosetup
that you can use to set things up. Currently it will install yq
and jq
into a user-local executable directory (bin
in your home directory), and also URL encoding utilities (from NPM package url-decode-encode-cli
); url-encode
in particular is used in the management
and messaging
scripts.
Once you've got an App Studio dev space set up and running, clone this repository (use the 'Clone from git' link in the Welcome page and use this url https://github.com/SAP-samples/cloud-messaging-handsonsapdev.git
), open a terminal, and run the script:
user: user $ ./projects/cloud-messaging-handsonsapdev/bas-setup
Installing yq ...
Installing jq ...
...
+ [email protected]
updated 1 package in 0.156s
Please now restart the terminal (Ctrl-D then Ctrl-`) to have the new shell settings take effect ...
user: user $
Follow the instructions and start a new terminal, and you're all set.
To enjoy these scripts, you don't have to download or install anything. But you can of course clone this repository to have the content available to you locally.
Support for the content in this repository is available during the Hands-on SAP Dev live stream episodes, specifically in the Diving into messaging on SAP Business Technology Platform series. Otherwise, this content is provided "as-is" with no other support.
Please refer to the CONTRIBUTING.md file.
SAP adopts the Contributor's Covenant 2.0 across our open source projects to ensure a welcoming and open culture for everyone involved. Please follow the standard Code of Conduct link in this repository to find out more.
Copyright (c) 2025 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the LICENSE file.