Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: recommend the Testing tab

A pico is an event processing system. The functionality of a pico is independent of how the events are transported. Currently, events are transported over HTTP, encoded using the Sky Event protocol

...

Sky events are raised on an event channel that is tied to a specific pico. Event channels can be managed from the Channels tab in the pico engine UI. 

Raising Events from the Testing tab

As the developer of a ruleset, you can instrument your code with testing specifications. If you have done this, then you can raise an event by filling in and submitting a form on the Testing tab. For complete details see the Pico Engine UI – Testing tab page.

Raising Events with Postman

...

Raising Events with the Sky Event Console

The Sky Event Console is a Chrome application that raises events directly to the Sky API

Download the source code for the Sky Event Console from github.com. You install it as an unpacked extension from the source from the Extensions page in Chrome. 

...