cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Build Apps subscribe to SAP Event Mesh

SAPWayneSG
Participant
0 Kudos

Dear all,

Has anyone used SAP Build Apps to consume message from SAP Event mesh?

Need some guide on how to connect it.

Regarding to the use case, it's an IoT project, let's assume following scenario:

1. I have a flower pot, I use a sensor to monitor its moisture

2. A Raspberry PI read the moisture data and send it to a SAP Build Apps via Event Mesh service.

3. SAP Build Apps will show the real time moisture status on the mobile and alert user to water the pot if it's too dry.

View Entire Topic
johna69
Product and Topic Expert
Product and Topic Expert
0 Kudos

The SAP Samples GitHub repo has examples of Appgyver and OAuth2. It may be a good place to start:

https://github.com/SAP-samples/appgyver-auth-flows

Regards

SAPWayneSG
Participant
0 Kudos

Thanks John, this sounds promising. I will take a try and update you thereafter.