隨著出版市場的快速發展,Forbes 經歷了重大的數位轉型改革,策略持續向「用戶為中心」靠攏,藉此洞察讀者、為出版內容做分析、評估與分類。Forbes 選擇與 Google 合作實現其數位轉型目標;包括使用 Google Analytics 360 來管理和追蹤內容,透過 Google Ad Manager 來提高廣告收入並使用創新的廣告解決方案,並於近期完成由 Forbes.com 遷移到 Google Cloud 的工作。 閱讀全文〈【全球案例】Forbes:出版事業的數位轉型旅程〉
標籤: Cloud Functions
如何將 Cloud Functions 結合 VPC 進階功能應用
您可能不會將進階的 VPC 網路功能和開發者友善的無伺服器平台聯想在一起,但是越來越多企業希望能在傳統的 IT 環境中使用無伺服器平台。Google Cloud 在這裡宣布將支援 Cloud Functions 新的網路控制功能,其中包含輸入設定和 VPC Service Controls。
[手把手教學] Cloud Functions 實作 – Slack Slash Command
這篇文章將帶您探討如何使用 Cloud Functions 實踐 Slack Slash Command,並與 Google Knowledge Graph API 做整合。 閱讀全文〈[手把手教學] Cloud Functions 實作 – Slack Slash Command〉
Google Cloud Storage:Notification 實作 (一) – 使用於 Cloud Functions
GCS Notification 功能實作 (一):應用於 Cloud Functions
前置準備
1. 開啟 Cloud functions & Cloud storage API
2. 確保有安裝 Cloud SDK
3. 確保有 Node.js & nvm 開發環境 閱讀全文〈Google Cloud Storage:Notification 實作 (一) – 使用於 Cloud Functions〉
【GCP 專欄】Cloud Functions 的介紹與應用
Google Cloud Functions – 在無伺服器的環境中打造並連結雲端服務
目前 Cloud Function 僅在 beta 測試階段,日後可能會因再修正而出現不相容的情況,因此暫不支援 SLA 。
什麼是 Google Cloud Functions?
Google Cloud Functions 是一個可以建置並連結多個雲端服務的無伺服器執行環境。透過 Cloud Functions,您可以將那些簡單且單一的功能附加在從您雲端基礎設施/服務送出的 events 上。當 event 發生的時候,Cloud Functions 會被啟動,您的程式碼將被執行在一個完全代管的環境下,您不必額外設定基礎設施或是擔心要管理伺服器了。 閱讀全文〈【GCP 專欄】Cloud Functions 的介紹與應用〉