Documentation
The Crosser Platform Documentation and technical walk-trough.
FAQ
The most common questions and answers collected in one place.
Academy
The Crosser Academy offers free training courses and certification.
Troubleshoot Python issues on Windows Nodes
Got issues with Python on Windows Nodes? Whether you have problems during installation or later use, this article is for you!
10 Sep 2024
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
How can I remove credentials from a deployed flow?
Credentials cannot be deleted if they are used in a read-only version of a deployed flow, as doing so would invalidate that version. If the flow version is no longer deployed/needed you can delete that version and then delete the credential.
04 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
Make your flow more resilient
Examples of modules and solutions for making your data flow more resilient.
02 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.
My node doesn't show up in Crosser Cloud
Issue: You have installed the Node by following the instructions in the Node Installtion documentation but the Node does not show up as active in Crosser Cloud.
Follow these steps to troubleshoot these type of issues:
01 Aug 2024
All Posts