05 December 2019 07:00 am - 05 December 2019 09:00 am
Salsa Digital office, First Floor, 159 Victoria Pde , Collingwood, VIC 3066

Sanvy Sabapathee from Confluent will talk about unbundling the traditional centralised database and putting a distributed commit log at the centre of the information architecture.

Abstract

Microservice architectures provide a robust challenge to the traditional centralized database we have come to understand. In this talk, we’ll explore the notion of unbundling that database, and putting a distributed commit log at the center of our information architecture. As events impinge on our system, we store them in a durable, immutable log (happily provided by Apache Kafka), allowing each microservice to create a derived view of the data according to the needs of its clients. Event-based integration avoids the now-well-known problems of RPC and database-based service integration, and allows the information architecture of the future to take advantage of the growing functionality of stream processing systems like Kafka, allowing us to create systems that can more easily adapt to the changing needs of the enterprise and provide the real-time results we are increasingly being asked to provide.