Skip to content

Showcase of various extension scenarios to SAP Edge Services

License

Notifications You must be signed in to change notification settings

marco-porru/iot-edge-services-samples

 
 

Repository files navigation

SAP Edge Services - Samples

Description

Multiple samples for SAP Edge Services, the Intelligent Edge Computing software that provides "microservices at the edge" for Internet of Things (IoT).

Take a look at the list below for links to all the separate samples.

Scenario Overview

Scenario Overview Link
Edge Streaming Aggregation This sample creates two types of streaming aggregations: sliding (streaming time window - aggregation calculated in every incoming event) and jumping (database like time bucket - aggregation calculated end of every time bucket). The sliding aggregations can be sent to the Streaming Service rule engine streaming-aggregation
Edge Persistence Aggregation This sample demonstrates use of the Persistence Service Java API. This sample queries the Persistence Service at an interval. The query aggregates data stored in the Persistence Service, and feeds this data back into Edge Services. persistence-aggregation-max-temp
Edge Machine learning This sample demonstrates how a quality machine learning solution can be deployed on SAP Edge Services platform with an example of defective welding detection. edge-ml-welding-sound
Edge Predictive Analytics 1 This sample demonstrates how to implement a Predictive Analytics Service. The service integrates the usage of the Persistence Service Java APIs to get the data, and the Edge Service Configuration object to support dynamic configurations. It is using an external (not provided) JPMML library to compute the prediction,with the provided PMML model predictive-pmml
Edge Predictive Analytics 2 This sample demonstrates how to implement a Predictive Analytics Service. The service integrates the usage of the Persistence Service Java APIs to get the data, and the Edge Service Configuration object to support dynamic configurations. It is using an external python moduleto compute the prediction with an existing and already existing python model (optionally trained in the cloud) predictive-python

How to obtain support

These samples are provided "as-is" basis with detailed documentation on how to use them.

Product Documentation

Product Documentation for SAP Edge Services is available as follows:

SAP Edge Services, cloud edition

SAP Edge Services, on-premise edition

Copyright and License

Copyright (c) 2018 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, version 2.0 except as noted otherwise in the License file.

About

Showcase of various extension scenarios to SAP Edge Services

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 90.6%
  • Python 7.7%
  • Dockerfile 1.7%