Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.63 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.63 KB

react-cloud

Provisioning platform offering self-serviceable application features such as messaging, caching, and monitoring.

App Console

Register your application services and generate a unique app ID, that's it; the app ID automatically registers access to all internal cloud services.

Active Apps

Lists all of your active applications and active versions.

Messaging-as-a-Service

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.

Define an Event

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.

Create Event Subscription/Follow-up Actions

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.