Displaying the home timeline

Now let's display alice's home timeline. All the work we did at write time has paid off; we can now get all the data we need in a single query:

SELECT "status_update_username", "status_update_id", "body" FROM "home_status_updates" WHERE "timeline_username" = 'alice'; 

Simple as that, we've got alice's home timeline:

Get Learning Apache Cassandra - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.