Reactive Relational Database Connectivity with Spring

Sdílet
Vložit
  • čas přidán 27. 07. 2024
  • 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: www.slideshare.net/SpringCent...
  • Věda a technologie

Komentáře • 11

  • @timadeshola
    @timadeshola Před 4 lety +2

    Great video, simple yet powerful. Thanks Mark

  • @joseluis5000l
    @joseluis5000l Před 4 lety

    Great presentation Mark! I'm very exited of what R2DBC can achieve in the future. Congrats!!

  • @cesarpalalia9372
    @cesarpalalia9372 Před 4 lety +1

    Very useful video, thanks for sharing

  • @piyushkatariya1040
    @piyushkatariya1040 Před 4 lety +5

    Thanks. Very clear presentation. Are there any real world benchmarks to consider ?

  • @michaelutech4786
    @michaelutech4786 Před 3 měsíci

    The Rrrrrr's remind me on a bear waking up after a very satisfying hibernation...

  • @MrMikomi
    @MrMikomi Před 3 lety

    There are postgresql drivers for r2dbc.

  • @ukyo1541
    @ukyo1541 Před 3 lety

    Easy understand

  • @122mlb
    @122mlb Před 3 lety +3

    Nice Sprite t-shirt

  • @derekzhan8785
    @derekzhan8785 Před 2 lety

    What's the http client by the terminal?

  • @trungnguyenhoang719
    @trungnguyenhoang719 Před 4 lety +4

    Is everyone know where is the source code is ?