Join us Sept 17 at .local NYC! Use code WEB50 to save 50% on tickets. Learn more >
MongoDB Event
Docs Menu
Docs Home
/
Atlas
/

Aggregation Pipeline Operators

Atlas Stream Processing supports aggregation pipeline operators for processing continuous data streams.

In addition to these operators, the following table lists the aggregation pipeline expressions unique to Atlas Stream Processing and those which exist in modified form in Atlas Stream Processing.

Aggregation Pipeline Expression
Purpose

$convert

Returns the system time of the stream processing instance each time Atlas Stream Processing evaluates it.

Returns an object containing all streaming metadata for a document.

Returns a UUID BSON type. This expression does not take any arguments.

Runs custom JavaScript code locally within the pipeline.

Back

Develop Stream Processors