Reactive Relational Database Connectivity with Spring

October 17, 2019

An increasing number of projects starts incorporating reactive programming. On their journey, they start to discover that the only way to get the full benefit of that change is to ensure that they have a fully reactive stack. Reactive Relational Database Connectivity (R2DBC) enables access to SQL database systems in a fully reactive way. This talk explains R2DBC, how the API works, and the benefits for application developers that aim with Spring Data R2DBC for functional reactive access. You'll also learn how library authors benefit from a common standard for reactive database access, and how it contrasts with the ADBA project proposed as a successor to JDBC. Speaker: Mark Paluch, Spring Data Engineer, Pivotal Filmed at SpringOne Platform 2019 Slideshare Link: https://www.slideshare.net/SpringCentral/reactive-relational-database-connectivity-with-spring/SpringCentral/reactive-relational-database-connectivity-with-spring

Previous
Building Reactive Pipelines: How to Go from Scalable Apps to (Ridiculously) Scalable Systems
Building Reactive Pipelines: How to Go from Scalable Apps to (Ridiculously) Scalable Systems

Going from imperative, blocking code to a reactive programming model enables us to scale our apps in ways t...

Next Video
FF4J: Feature Toggling for Spring/Spring Boot Applications
FF4J: Feature Toggling for Spring/Spring Boot Applications

Feature toggling is a technique used to enable or disable certain behaviors of the system (typically at run...