Google Cloud Storage

Google Cloud Storage

Reading Time: 2 minutes Overview Cloud storage: Cloud storage is a cloud computing version wherein statistics is stored on far-off servers and accessed through a devoted net or personal community connection. The garage infrastructure is maintained, operated, and managed through a cloud storage carrier provider. what’s Google Cloud garage? Cloud storage is a garage provider for Google Cloud. An object is a static piece of facts that includes a file of any layout. She maintains things in packing containers known as buckets. All buckets are related to a project, and you can bring together your tasks underneath a corporation.when you create a venture, you may create buckets in Cloud garage, upload objects in your buckets, and download objects for your buckets. you can also provide permissions to make your records handy to the principals you specify, or – in certain times together with net web hosting – to be reachable to anyone on the public net.Google Cloud storage is an object garage service provided by Google Cloud. It provides very attractive out-of-the-field functions along Continue Reading

How to create Google Cloud Bucket using Google Cloud Shell

Reading Time: 3 minutes In this blog we will see how to create a Google Cloud Bucket using Google Cloud Shell.Also I will add some object to that bucket using cloud shell.So stay tuned till the end. What Is Object Storage? In object storage, files are simply referenc as objects and organize into buckets—logical namespaces that are able to hold one or more objects. While a bucket can have Continue Reading

Google BigQuery: An Introduction to Big Data Analytics Platform.

Reading Time: 6 minutes Hey Folks, Today we going to discuss Google BigQuery, an enterprise data warehouse with built-in machine learning capabilities. Before going to BigQuery, let’s understand what is Google Cloud Platform?Google Cloud Platform is a suite of public cloud computing services offered by Google. The platform includes a range of hosted services for compute, storage and application development that run on Google hardware. Google Cloud protects your data, applications, Continue Reading

Firebase: RealtimeDB & Firestore

Reading Time: 2 minutes Recently, while searching for persistence solutions for one of our projects, we started considering the hosted and managed offerings on the Firebase Platform. Firebase has two primary database offerings, the original Realtime Database (RtDB) and the newer Cloud Firestore (CFS) which is currently in beta. In this post, we’ll briefly list down some of the current similarities and differences that we encountered while tinkering with Continue Reading

Create a Public Google Doc via Google Drive API in Scala

Reading Time: < 1 minute In our earlier blog, we told about  “How to Create, Upload & Delete a Google Doc using Scala“. But the Google Docs that were created, had private access (by default), i.e., only the creator of Google Doc can access it. So, now we continue to add one more feature to it i.e., to Create a Public Google Doc via Google Drive API in Scala. With Continue Reading

Google Apps Script : To store data on google Cloud Sorage

Reading Time: 3 minutes Google Cloud Storage is a new service for developers to store and access data in Google’s cloud. It offers developers direct access to Google’s scalable storage and networking infrastructure as well as powerful authentication and data sharing mechanisms. Developers can store objects of any size and manage access to their data on an individual or group basis using Google Cloud Storage. Google Cloud Storage is Continue Reading