Using system packages and custom binaries in Google Cloud Functions.

  • Dec. 6, 2019

Google Cloud Functions is a serverless compute platform on Google Cloud Platform. Its main principle is: "Write code in NodeJS ...

Read More


Search on Google Cloud Platform - Cloud SQL

  • Aug. 9, 2018

Continuing series on topic "Search on Google Cloud Platform", in this article I'll explore Cloud SQL as storage, namely ...

Read More


Uploading data to Cloud Datastore using Dataflow

  • July 18, 2018

In one of my previous articles, I was uploading 1.2 million of records from csv file to Cloud Datastore ...

Read More


Search on Google Cloud Platform - App Engine and Search API

  • July 4, 2018

I came around few times on topic "Search on Google Cloud Platform", i.e. people asking question of different ways ...

Read More


Sharing local Datastore between GAE and client library

  • May 9, 2018

Since the beginning (2008) Google App Engine (GAE) had integrated Datastore API which could be used also for local development ...

Read More


Running webapp2 outside of Google App Engine

  • Nov. 17, 2017

Webapp2 is Python framework for creating web applications and is primarily used for development on Google App Engine. In fact ...

Read More


Google App Engine redirection from naked domain to www

  • Jan. 17, 2017

When project is created on Google Cloud Platform, my-project-name.appspot.com domain is automatically created and deployed Google App Engine ...

Read More


New Google Cloud Endpoints

  • Sept. 7, 2016

On August 25th I’ve got email from Google Cloud Platform inviting me to fill out survey regarding Google Cloud ...

Read More


Google App Engine Flexible Environment status

  • July 27, 2016

I am writing this article out of my own personal experience working with GAE Flexible environment (more precisely one case ...

Read More


Pagination in Google App Engine

  • April 21, 2015

One aspect of working with database (doesn't relates only to GAE) is retrieving stored data. It can be single ...

Read More


MOOC Udacity course review: Developing Scalable Apps in Python

  • April 16, 2015

When Udacity launched in summer 2014 course Developing Scalable Apps (with Java), my review here: http://www.the-swamp.info/blog ...

Read More