Skip to content

pietronirod/cloud-messaging-handsonsapdev

 
 

Repository files navigation

Cloud - Messaging - Hands-on SAP Dev

REUSE status

Description

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.

Requirements

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.

Using the SAP Business Application Studio

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 ...
...
+ url-decode-encode-cli@0.1.1
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.

Download and installation

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

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.

Contributing

If you wish to raise an issue, please use the issues facility in this repo, but bear in mind the scope of support described above. If you wish to contribute code, offer fixes or improvements, please send a pull request (PR). Due to legal reasons, contributors will be asked to accept a Developer Certificate of Origin (DCO) on submitting their first PR to this project. This DCO acceptance can be done in the PR itself - look out for the CLA assistant that will guide you through the simple process. SAP uses the standard DCO text of the Linux Foundation.

License

Copyright (c) 2020 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.

About

For the host and participants of the Hands-on SAP Dev live stream show to share discoveries and scripting efforts in the Diving into messaging on SAP Cloud Platform series.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 89.1%
  • JavaScript 6.7%
  • Awk 4.2%