Provisioning platform offering self-serviceable application features such as messaging, caching, and monitoring.
Register your application services and generate a unique app ID, that's it; the app ID automatically registers access to all internal cloud services.
Lists all of your active applications and active versions.
Generate real-time events from structured and unstructured sources; create follow-up actions, such as sending an email, evicting cache items, etc., when those events occur. Completely configurable from console, no programmatic overhead required.
Source an event from anywhere; example below generates events from an Oracle database using a simple poller. The system queries/polls the table indefinitely, converting each row into an event, then sleeps until the next poll.
Subscribe to event and configure actions to perform when events are generated. Example below defines an action to selectively evict cache items for applications using the cache service, demonstrating seamless integration between cloud services.