Speaker(s):

Supporting ACID transactions in a NoSQL database with Apache Beam

09:30-09:55 CDT
Local room: 201 (remote)

In this session we will see how we can use Apache Beam to enhance a generic eventually consistent NoSQL database (e.g. Apache Cassandra) by ACID transactions. We will see how we can use gRPC with splittable DoFn to create an RPC streaming source of requests into Apache Beam Pipeline and then how we can process these requests inside the Pipeline ensuring the requests are applied atomically, consistently, independently and durably despite the data being backed by an eventually consistent data store. The session will use a simplified scenario of banking transactions as a motivating example.