Skip to content

Durable event pipelines.

Notifications You must be signed in to change notification settings

mattandneil/streams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streams are durable event pipelines that give your code the ability to recover from any error.


Simplest Possible Thing

  1. From the Streams app, go to the Services tab.
  2. Click the Log service and view its detail page.
  3. Click Enqueue then check your email.

See the log email? Here's what happened:

First your event was stored in a record, then the Log service processed it in a try-catch block with a savepoint.

Although the service just sends an email, the key takeaway is this: everything
is processed safely in a durable asynchronous context, without writing code.

event

While we can't provide ad-hoc support for this code, please contact us with your company
name and address if you need a warranty for its use and we will assist: www.streamscript.com/contact

About

Durable event pipelines.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages