Chapter 11: Bulk Operations
Bulk operations are tasks performed on a large scale, such as uploading many files, deleting many items in one shot, and assigning recipes to the same category on a mass scale. We will start by explaining the requirement and the type of bulk operation that we will consider, and then we will walk you through the different steps to implement the reactive pattern for implementing bulk operations. Finally, we will learn about the reactive pattern for tracking progress.
In this chapter, we're going to cover the following main topics:
- Defining the requirement
- Learning about the reactive pattern for bulk operations
- Learning about the reactive pattern for tracking progress