Git Product home page Git Product logo

spring-reactive-r2dbc's Introduction

spring-reactive-r2dbc

A Spring Reactive project with R2DBC driver and H2 database setting

This project act as "minimum setting" required to start a RDBMS style database with Reactive Stack. Clone this repo and you will be up and running for using and RDBMS dbs with Reactive Stack When used with Spring WebFlux, R2DBC allows us to write an application that handles data asynchronously from the top and all the way down to the database.

To summarize, R2DBC is still in an early stage. It's an attempt to create an SPI that will define a reactive API to SQL databases.

How to run Docker

  1. Navigate to folder where Dockerfile is present
  2. docker build .
  3. docker run -p 8080:8080 -d [The Docker image id will be available from Step #2]

P.S. git config --global core.editor "atom --wait" for setting atom as default editor for merge conflicts

spring-reactive-r2dbc's People

Contributors

abhi117a avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.