Posts

Showing posts with the label Azure Cosmos DB and SQL API

Build REST CRUD APIs with Spring Boot, 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 REST CRUD APIs with Spring Boot, 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 After completing this tutorial what we will build?   We will build REST APIs  CRUD features:  Step 1: S

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