AJ Learning Hub logoAJ Learning Hub

Bundle (Make)

In Make, a bundle is a single packet of data passed between modules, roughly equivalent to one record or item.

Analogy

Like one tray of food moving down a cafeteria line.

Why it matters

Understanding bundles explains why a module runs multiple times and how iterators and aggregators reshape your data.

In practice

A search module returning 5 results outputs 5 bundles to the next module.

Related terms:IteratorAggregatorModule (Make)Operation (Make)