> For the complete documentation index, see [llms.txt](https://docs.bdb.ai/bdb-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bdb.ai/bdb-documentation/data-pipeline/about-data-pipeline/real-time-and-batch-orchestration.md).

# Real-time and Batch Orchestration

Real-time processing deals with streams of data that are captured in real-time and processed with minimal latency. These processes run continuously and stay live even if the data info has stopped.

![Real time data pipeline](/files/n1NDuaES0GQHYH83P98j)

Batch job orchestration runs the process based on a trigger.  In the BDB Data Pipeline, this trigger is the input event. Anytime data is pushed to the input trigger, the job will kick start. After completing the job, the process is gracefully terminated.  This process can be near real-time. Also, it allows you to effectively utilise the compute resources.
