This document summarizes a presentation on a Java library for high-speed streaming of data into databases. It discusses challenges with streaming data at scale and introduces Oracle's high speed streaming library, which uses direct path inserts and unified connection pooling to enable fast, scalable streaming. Code samples are provided for using the push and flow publisher APIs to ingest data streams into databases.