April 2018
Intermediate to advanced
280 pages
6h 18m
English
We have written the insert into the metadata table along with the object upload in our Python code. However, this would rarely be an ideal scenario. The upload and the insert into the metadata table have to be decoupled. The elegant way to handle this is by using Cloud Functions. On the upload of the object, a Cloud Function can read the input file and update the metadata table. So, the update to the metadata table need not be close to the file upload and can be an independent function.