Posts

Showing posts with the label crud

Azure Cosmos DB + MongoDB API + Spring Boot - Build REST CRUD APIs

Image
Hello everyone, Hope you are doing well. In this tutorial, you will learn how to build REST CRUD APIs with Spring Boot, Spring Data MongoDB, Azure Cosmos DB, and Azure Cosmos DB MongoDB 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 MongoDB API 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, production-grade Spring-based Applications t

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,