The Array Modules
The Crosser module library has many modules to work with arrays, in this article we will go through the main use cases and the modules to use.
06 Sep 2024
Data Driven Processing
Learn how to optimize your flows with metadata-driven stream processing, enabling efficient calculations, validations, and comparisons in in your data flows and pipelines.
30 Aug 2024
Disabling queues when testing
When debugging a Flow with modules that process messages at different speeds, disabling message queues can help trace issues more effectively. This allows each module to handle one message at a time, making it easier to follow the sequence of operations.
23 Aug 2024
Using ‘Disable’ and ‘Show Selected’ when debugging Flows
The 'Disable' and 'Show Selected' features are very useful when debugging complex flows, allowing you to limit testing scope by preventing certain modules from running and easily focusing on messages from specific modules in the Debug window.
16 Aug 2024
Message retries (store-and-forward)
In order to not lose any messages all modules in the Crosser library have built in retry capabilities. This feature is mainly useful on output modules that communicate with external systems.
09 Aug 2024
Preparing streaming data for ML with the Window Module
The Window module is designed to create ‘windows’, or sequences of data points, from any number of sources. Check this article to learn how it works.
02 Aug 2024
Microsoft Teams Module
These modules can be used to send chat messages to Microsoft Teams. When sending chat messages you need to reference the destination chat by providing its ID. If you are using Microsoft Teams from your browser, you can find the chat ID in the URL when you open the relevant conversation.
29 Jul 2024
Multi path flows using Split Module
The Split Module allows you to create condition groups to direct and route messages to various outputs.
26 Jul 2024
Authenticating users with OpenID Connect
To enable user authentication in the Control Center using an external directory server, you should configure one or more Identity providers through OpenID Connect.
19 Jul 2024
Custom Code Modules with Try/Except
Using Try/Except clauses is a good way of stabilizing custom code modules such as Python Bridge, IronPython, C Sharp or Java Script.
12 Jul 2024
All Posts