Posts

Showing posts with the label Google Cloud Datastore

Spring Boot + Google Cloud Datastore - Build REST CRUD APIs

Image
In this section, we will learn  how to build REST CRUD APIs with Spring Boot, and Google Cloud Datastore. 1.  A little bit of Background Google Cloud Datastore Datastore is a highly scalable NoSQL database for your applications. Datastore automatically handles sharding and replication, providing you with a highly available and durable database that scales automatically to handle your applications' load. Datastore provides a myriad of capabilities such as ACID transactions, SQL-like queries, indexes, and much more. More Info - click here! Spring Boot Spring Boot makes it easy to create stand-alone, production-grade Spring-based Applications that you can "just run".  More Info - click here! 2. Create a GCP Project First, Sign into the Google console at  https://console.cloud.google.com . You can create a new project by first selecting the project dropdown in the top left and selecting " New Project ". Next, specify your GCP Project name and Project ID. Then  Click