Datadog Gold Partner logo

COMMUNITY & ARTICLES

Use multiple paths in Cloud Functions, Python and Flask

Function as a Service, or FaaS, has been a cornerstone in app development. Popularized by AWS Lambda service, all the major Cloud Providers offer their version, with different features. And they also extend this principle to containers, with Cloud Run on Google Cloud for example.

Read More »

Hack: Use Cloud Functions as a webserver with Golang

Serverless is a new paradigm that changes the development habits. The “no-server-management” mode is great, but it comes with counterparts. In FaaS (Functions as a Service), only a function is exposed, only one entry-point for a single purpose workload.

Read More »

Cloud Run and Cloud Function: What do I use? And Why?

Cloud Run comes in addition of other Google Serverless products, especially Cloud Function. Even if each product has a typical use case and recommendations, some use cases can be implemented in several ways with several products. So, What I use in my current developments? And Why do I make this choice?

Read More »

Cloud Run and Cloud Functions: Does the region change the performances?

Serverless is a game changer in the cloud and in application architecture. BigQuery, had different processing performances according to the region; and mainly correlated to the region age. Cloud Run and Cloud Functions being also serverless product,Are there performance differences among regions also with Cloud Run and Cloud Functions?

Read More »

BigQuery: Snapshot dataset with Cloud Workflow

BigQuery features offer DML statements: Data Manipulation languages, to insert, update or delete data. And because your golden source is precious, you want to be sure that DML does not to break the current data value
You have to backup your data in BigQuery

Read More »

Serverless database on Cloud Run

In its perfect form, managed service becomes serverless service, a pay-as-you-use solution. You haven’t to worry about the infrastructure and the cost: if you don’t use it, you don’t pay for it.

Read More »