Google App Engine

Use Google Cloud Storage API to uploaded user uploaded images and files. App Engine does not allow app to write to any file or directory within the application. All storage must be external to the application because each new file added to the app is a new version of...

Google App Engine

Depending upon the level of external integration and custom libraries used by your application choose which option fits best for your needs. App Engine – Not much integration is needed and not many custom libraries needed. Container Engine – Needs some...

Google BigQuery

Google BigQuery has an option to make a join between your BigQuery table and Google Sheet table. Use that if you want to compare snapshots of small size tables.

Google BigQuery

You can write JavaScript based functions and use that in BigQuery queries. This will be helpful to sanitize your data, check quality of your data and even fix your data at large scale.

Python Django

Python Django uses sqlite as one of the default databases. If you want to write small tutorial programs then use sqlite before you use MySQL. Install sqlite manager using the following command to view the SQLite data sudo apt-get install sqliteman