The Parquet Writer Module
The Parquet Writer module creates compressed files from arrays for storage in cloud services like AWS or Azure. It auto-detects schema and types but allows overrides for inconsistent data.
16 May 2025
Use Data Generator to ingest lists
The Data Generator module can be used to generate some sample data to simulate input from external systems. This is helpful if you want to build a flow with a known message structure on the input side but without having access to that system right now.
09 May 2025
Delayed startup processing
Combine Interval and Delay modules to create one-off triggers at any time.
02 May 2025
Calculating time differences across messages
Learn how to get two timestamps from different messages into the same message, so that we can calculate the difference.
25 Apr 2025
Use Flow Annotations
Use flow annotations to document and explain the Flow in the Flow Studio.
16 Apr 2025
Securing HTTP and MQTT endpoints on the Crosser Node
Secure your Crosser Node's HTTP and MQTT endpoints with TLS encryption and authentication.
04 Apr 2025
FlowApps
FlowApps are low-code templates for common use cases, with new additions available, and users can create and share their own.
28 Mar 2025
Understanding Jobs
Any change(s) that affect Nodes create Jobs, which are queued and executed when the Node connects to the Crosser Control Center. Jobs may consist of multiple tasks and their progress can be tracked in the Jobs tab.
21 Mar 2025
Format Conversions in Flow Messages
FlowMessages, the custom .NET data type used in Crosser Edge Analytics, support dynamic structures with nested objects and arrays containing basic .NET data types. Find out more in this article.
14 Mar 2025
Running Crosser Node behind proxy
In industrial IT/OT networks, proxies inspect outbound traffic for security. Crosser ensures connectivity by routing traffic through proxies while allowing local access when needed.
28 Feb 2025
All Posts