Questions tagged [google]
Google is an American multinational corporation which provides Internet-related products and services, including internet search, cloud computing, software and advertising technologies.
83 questions
-3 votes
1 answer
175 views
How are 413 requests handled by servers [closed]
I sent a search string to google that responded back with a 413 error stating that the request content is too large. Also, I got back: 400. That’s an error. Your client has issued a malformed or ...
3 votes
1 answer
540 views
Defining SLI / SLO for ETL and Reporting Application
All, We're just started on SRE journey and trying to define SLI / SLO for our application. It is an ETL application where 1. feeds (e.g. start of day, end of day data feeds) comes from various ...
-4 votes
1 answer
133 views
Release App to Apple and Google Stores - Demo account, only company users and User Generated Content scope
I develop for a company an Ionic cross-platform mobile app that will be published on Apple's App Store and Google's Play Store. I read Apple's Review Guidelines and Google's Developer Program Policy ...
-2 votes
1 answer
193 views
Thoughts of Google Cloud App Engine Reliability
I have been developing an app that will require a cron task every minute. We are handling our cron tasks with Spring Boot Scheduling. Although, I am a little worried about the following question: ...
-2 votes
1 answer
1k views
Multi-tenant SaaS using GCP as back-end data store and compute engine [closed]
I am developing a SaaS product for multiple tenants. Each will be able to upload their data to BigQuery via Google Cloud Storage. However, for the users it would only be an "Upload" button on a front ...
2 votes
0 answers
350 views
Are there any advantages of Cloud SQL Proxy over a DBaaS?
I'm currently migrating an app from Heroku to Google Cloud Platform (GKE and Cloud SQL). With Heroku, I've become used to the incredibly simple practice of defining a DATABASE_URL and letting their ...
6 votes
1 answer
4k views
Clean Architecture : Google/Facebook Login and data layer
I'm trying to find a way around the integration of Google and Facebook login for an Android application using the Clean Architecture. My application has 3 Android Studio modules : presentation : ...
0 votes
1 answer
90 views
How to handle Google Maps locations storage and fetching
I'm developing a google maps application with 50 locations/markers and expecting it to reach about 1000 in a month, each location has a separate database record with properties: Name, Description, ...