Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piomin/sample-spring-data-webflux
Demo apps showing how to use R2DBC with Spring Boot, Spring Data and Spring WebFlux on Postgres database
https://github.com/piomin/sample-spring-data-webflux
postgres r2dbc reactive spring-boot spring-data spring-data-jdbc spring-webflux
Last synced: 20 days ago
JSON representation
Demo apps showing how to use R2DBC with Spring Boot, Spring Data and Spring WebFlux on Postgres database
- Host: GitHub
- URL: https://github.com/piomin/sample-spring-data-webflux
- Owner: piomin
- Created: 2018-10-12T14:53:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T20:04:08.000Z (23 days ago)
- Last Synced: 2024-10-26T06:57:31.080Z (21 days ago)
- Topics: postgres, r2dbc, reactive, spring-boot, spring-data, spring-data-jdbc, spring-webflux
- Language: Kotlin
- Homepage: https://piotrminkowski.com/
- Size: 61.5 KB
- Stars: 26
- Watchers: 4
- Forks: 20
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Introduction to Reactive APIs with Postgres, R2DBC, Spring Data and Spring WebFlux [![Twitter](https://img.shields.io/twitter/follow/piotr_minkowski.svg?style=social&logo=twitter&label=Follow%20Me)](https://twitter.com/piotr_minkowski)
[![CircleCI](https://circleci.com/gh/piomin/sample-spring-data-webflux.svg?style=svg)](https://circleci.com/gh/piomin/sample-spring-data-webflux)
[![SonarCloud](https://sonarcloud.io/images/project_badges/sonarcloud-black.svg)](https://sonarcloud.io/dashboard?id=piomin_sample-spring-data-webflux)
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=piomin_sample-spring-data-webflux&metric=bugs)](https://sonarcloud.io/dashboard?id=piomin_sample-spring-data-webflux)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=piomin_sample-spring-data-webflux&metric=coverage)](https://sonarcloud.io/dashboard?id=piomin_sample-spring-data-webflux)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=piomin_sample-spring-data-webflux&metric=ncloc)](https://sonarcloud.io/dashboard?id=piomin_sample-spring-data-webflux)Detailed description can be found here: [Introduction to Reactive APIs with Postgres, R2DBC, Spring Data JDBC and Spring WebFlux](https://piotrminkowski.com/2018/10/18/introduction-to-reactive-apis-with-postgres-r2dbc-spring-data-jdbc-and-spring-webflux/)
For the latest instruction how to use it with Spring Boot, Spring Data R2DBC, and Spring WebFlux see here: [Reactive Spring Boot with WebFlux, R2DBC and Postgres](https://piotrminkowski.com/2023/07/28/reactive-spring-boot-with-webflux-r2dbc-and-postgres/)