adobe / SimpleSensor

A Python IoT framework to simplify sensor integration
Apache License 2.0
13 stars 38 forks source link

Idea: Register SS as an event provider with Adobe.IO #8

Open znikolovski opened 6 years ago

znikolovski commented 6 years ago

Have you considered trying to enable SS to act as an event provider for Adobe.IO webhooks?

I'm not quite sure of a concrete use case just yet but it would be good to conform to the Adobe.IO event model.

maxakuru commented 6 years ago

I thought about adding a communication_module to trigger Runtime functions, but that wouldn't interact much with the event gateway. Do you have any ideas on how to enable SS as an event provider directly?

znikolovski commented 6 years ago

hey @maxakuru I was thinking we have a look at the event proxy implementation for AEM as it looks like it's using a similar mechanism.