The Reactive Streams Ingestion (RSI) Library— DataLoad Mode
Introduction
Part 1 in this series has introduced the Java Library for Reactive Stream Ingestion (RSI), its API, and Oracle Database Free as the target database.
Next, in Part 2 of this series, we have explored another streaming scenario with RSI and the Oracle Autonomous Transaction Processing (ATP) Database — a fully automated database service optimized to run concurrent transactional workloads.
This blog post will cover the Reactive Streams Ingestion (RSI) library DataLoad mode, which provides another option concerning how the data ingestion will occur. The default ingestion mode in RSI is the Streaming mode. However, there’s now a new ingestion mode called DataLoad mode.
A code sample is included if you want to test it locally. Time to learn about its details and see it in action then, so let’s get started!