This document discusses streaming and paging data from Apache Cassandra using observables. It introduces the speaker as an evangelist for Cassandra and describes how server-side paging and combining result sets with observables allows efficient streaming of large result sets without blocking or out of memory errors. Code examples are provided showing how to create an observable from a Cassandra query result set and subscribe to stream result rows.