Use Dialect’s open-source monitor library to detect events and turn them into targeted notifications with sophisticated data-stream processing
The monitor library is an open-source TypeScript package that makes it easy to extract and transform data streams into targeted, timely smart messages with a rich, high-level API for unbounded data-stream processing.
Marinade - Notification types and broadcast features
Saber - Push-type data sources and Twitter integration
Investin - Multiple monitor builders for different use cases
These examples may not use the latest Dialect packages. Use them for learning, but implement your monitor with the latest dependencies for new features and bug fixes.
You can chain multiple transformations using .also():
Copy
Ask AI
.transform(/* first transformation */).notify(/* first notification */).also().transform(/* second transformation */).notify(/* second notification */)