Posts

Showing posts with the label Spring WebFlux

Building Reactive REST CRUD APIs with Spring Boot, Spring WebFlux, Azure Cosmos DB and Azure Cosmos DB API for MongoDB

Image
Hello everyone, Hope you are doing well. In this tutorial, you will learn how to build reactive REST CRUD APIs with Spring Boot, Spring WebFlux,  Spring Data Reactive MongoDB,  Azure Cosmos DB, and Azure Cosmos DB API for MongoDB.  A little bit of Background Azure Cosmos DB Azure Cosmos DB is a fully managed NoSQL database for modern app development. Single-digit millisecond response times, and automatic and instant scalability, guarantee speed at any scale.   More Info -  https://docs.microsoft.com/en-us/azure/cosmos-db/introduction Azure Cosmos DB API for MongoDB The Azure Cosmos DB API for MongoDB makes it easy to use Cosmos DB as if it were a MongoDB database. You can apply your MongoDB experience and continue to use your favourite MongoDB drivers, SDKs, and tools by pointing your application to the API for the MongoDB account's connection string. More Info -  https://docs.microsoft.com/en-us/azure/cosmos-db/mongodb/ Spring Boot Spring Boot makes it easy to create stand-alone,

Building Reactive REST CRUD APIs with Spring Boot, Spring WebFlux, Azure Cosmos DB and Azure Cosmos DB SQL API

Image
Hello everyone, Hope you are doing well. In this tutorial, you will learn how to build reactive REST CRUD APIs with Spring Boot, Spring WebFlux, Azure Cosmos DB, and Azure Cosmos DB SQL API. A little bit of Background Azure Cosmos DB Azure Cosmos DB is a fully managed NoSQL database for modern app development. Single-digit millisecond response times, and automatic and instant scalability, guarantee speed at any scale.   More Info -  https://docs.microsoft.com/en-us/azure/cosmos-db/introduction Azure Cosmos DB SQL API Azure Cosmos DB SQL API accounts provide support for querying items using the Structured Query Language (SQL) syntax. More Info -  https://docs.microsoft.com/en-us/azure/cosmos-db/sql/tutorial-query-sql-api Spring Boot Spring Boot makes it easy to create stand-alone, production-grade Spring-based Applications that you can "just run".  More Info -  https://spring.io/projects/spring-boot Spring WebFlux The original web framework included in the Spring Framework, Sp